mstnayma / Calculator

Implemented a calculator that will will return the integer result, the corresponding postfix expression, or corresponding infix expression in the provided ExpressionTree.java file. The constructor to ExpressionTree will take in only one String that contains a postfix expression.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

Implemented a calculator that will will return the integer result, the corresponding postfix expression, or corresponding infix expression in the provided ExpressionTree.java file. The constructor to ExpressionTree will take in only one String that contains a postfix expression.


Languages

Language:Java 100.0%