Skip to content

C# console application that evaluates a string expression consisting of non-negative integers and the + - / * operators only, taking into account the normal mathematical rules of operator precedence.

Notifications You must be signed in to change notification settings

Timmlion/ASCalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ASCalc

C# console application that evaluates a string expression consisting of non-negative integers and the + - / * operators only, taking into account the normal mathematical rules of operator precedence. Support for brackets is not implemented.

For example: an input string of "4+5*2" should output 14 an input string of "4+5/2" should output 6.5 an input string of "4+5/2-1" should output 5.5

About

C# console application that evaluates a string expression consisting of non-negative integers and the + - / * operators only, taking into account the normal mathematical rules of operator precedence.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages