Back to Projects

SimpleCalculator

DTSA VSGA Junior Mobile Programmer Submission Task

Android Native
0 Stars
0 Forks
Created: 8/5/2021
Updated: 5/24/2024

Simple Calculator

It is a simple calculator i created. The algorithm inside of this project is using Stack Algorithm with priority. The priority is based on the operator. The operator priority is like this:

  1. Parentheses
  2. Exponentiation
  3. Multiplication and Division
  4. Addition and Subtraction