Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 237 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 237 Bytes

Lab_Work3

(*)Implement a class with a method to evaluate a mathematical expression.

(*)Using the built-in Stack collection, translate the mathematical expression from the infix entry to the reverse Polish one, and then calculate it.