Group Members: - Shubham Raosaheb Kharde(sxk173732) - Rohit Seetepalli (rxs170631) - Arunachalam Saravanan (axs170081) - Rama Narayan Lakshmanan (rxl174430)
Software stack used while developing and running the project: - Language: Java 8 - Compiler: jdk1.8.0_171 - IDE: Eclipse JEE Oxygen - O/S: Windows 10
Instructions to compile and run the project from command line: - Naviagate to root folder - Compile the source file - "javac -cp . rxs170631\Num.java" - Run the program using following command 1. "java rxs170631.Num"
Instructions to compile and run the project from eclipse IDE: - Create a new java project - Create package with name rxs170631. - Copy the Num.java file in the package. - Right click Num.java file --> Run As -> Java Application