Skip to content

Latest commit

 

History

28 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

Calculator Project

Screenshot 2024-08-22 at 8 10 12 PM Screenshot 2024-08-22 at 8 10 17 PM

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

About

The Odin Project: Calculator

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages