Skip to content

emilyblack95/Simple-Mathematical-Expression-Evaluator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Simple-Mathematical-Expression-Evaluator

Takes a String expression, using the operators: "*", "/", "+", "-", with no spaces, and returns the result. Supports Doubles as well.

Example Input (without quotations): "-100/102"
"-5-5"
"7
5/30"
"2.5*2.5"
"1+2-3"
"1-2+3"

About

Takes a String expression, using the operators: "*", "/", "+", "-", with no spaces, and returns the result. Supports Doubles as well.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages