Oracle ONE Challenge, a Java Back-End currency converter project
- Run the program: Upon execution, the program will display 7 available options in the console.
- Select an option: You need to input the corresponding number of the option you want (an integer).
- Option validation: If you input an invalid number, the program will keep asking you to choose a valid option.
- Enter the amount: After selecting a valid option, the program will ask you to enter the amount you wish to convert (as a decimal number).
- Conversion: The program will show the result of the conversion based on the option you selected.
- Exit: If you choose this option, the program will stop running.