stack-calculator
Описание
"A stack-based calculator is a calculator that stores a sequence of operands and operations in a stack, then retrieves them one by one to evaluate the expression."
Языки
- Java100%
"A stack-based calculator is a calculator that stores a sequence of operands and operations in a stack, then retrieves them one by one to evaluate the expression."