Skip to content

The program calculates the mathematical expression entered from the console.

Notifications You must be signed in to change notification settings

ErieBanksy/console-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

console-calculator

The program is a console calculator that accepts an input string, containing a mathematical expression (integers and decimal-fractional numbers, signs +, -, *, /, ^ and parentheses) and outputs to the console the result of its calculation.

Example console input: Enter expression: 1 + 2-3 Result: 0


Программа представляет собой консольный калькулятор , который принимает входную строку, содержащую математическое выражение (целые и десятично-дробные числа, знаки +, -, *, /, ^ и скобки) и выводит в консоль результат его вычисления.

Пример консольного ввода: Введите выражение: 1+2-3 Результат: 0

About

The program calculates the mathematical expression entered from the console.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages