Calculator Project
Project Description & How to Use the Project:
This Calculator project was coded with HTML, CSS, and Javascript.
When run, it will wait for an infix. After an infix is read, it will return the evaluated result.
For example:
Enter an infix expression : 2 + 3
the result is: 5
It can only work with non-negative and with operators '+' '-' '/' '*' '(' ')'
For example:
(3.1 + 4) 7 or (3.1+4)7
Group operator must be matched.
For example:
23 + (34 - 5 * 3 will result in error.
OS Requirement:
Any computer that is able to compile code.
Developed by:
Vorahpong, Mean
Date: 08/01/2024