Skip to content

GiridharRNair/PrefixToInfixCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PrefixToInfixCalculator

PrefixToInfixCalc

Running The Program

Download PrefixToInfixCalc.jar from this repository.

Make sure you have Java installed. To check, open terminal and type "java -version".
My current java version:

java version "20.0.1" 2023-04-18
Java(TM) SE Runtime Environment (build 20.0.1+9-29)
Java HotSpot(TM) 64-Bit Server VM (build 20.0.1+9-29, mixed mode, sharing)

In the terminal, enter the directory where the PrefixToInfixCalc.jar is downloaded.
For exmaple, all my downloaded files are inside the downloads folder, so I would enter the downloads directory.

cd downloads

Then run the command below in the terminal to run the PrefixToInfixCalc.jar file.

java -jar PrefixToInfixCalc.jar

About

Java program that converts prefix math notations to infix and evaluates.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages