java.lang.Object
cl.conversor.app.Conversor
Currency converter class
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Conversor
public Conversor()
-
-
Method Details
-
main
- Parameters:
args
- Optional, to choose the version of the program to run If first argument is "TUI" runs TUI application, if number of arguments is 3 runs CLI (expect arguments CURRENCY CURRENCY AMOUNT in addition), if no arguments are provided runs GUI application.
-