Class Main
java.lang.Object
calculator.Main
A very simple calculator in Java
University of Mons - UMONS
Software Engineering Lab
Faculty of Sciences
- Author:
- tommens
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Main
public Main()
-
-
Method Details
-
main
This is the main method of the application. It provides examples of how to use it to construct and evaluate arithmetic expressions.- Parameters:
args- Command-line parameters are not used in this version
-