Apply (Methods switch statement, input validation, printf). Write a java program ( user either the Scanner or the Joption class ) which enables the user to convert US dollars to other currencies. The user is to enter a dollar a mount, then the program is convert the dollars to the following currencies: Canadian dollars, Euros, Pounds Sterling, Dominican Peso. 1 US $ = 1.26 Canadian dollars 1 US $ = 0.89 Euro 1 US $ = 0.74 Pounds Sterling 1 US $ = 56.50 Dominican Peso Instructions: the user is presented with a menu to select a currency to conver to, then the user enters the dollar amount to be converted which must be greater than zero. once conversion is done, the dollars amount and the new currency are displayed, and the user is asked again for converting another amount of dollars or to exit. ONE TASK PER METHOD Submit: 1) Design (Pseudocode) 2) Source code (Java program) 3) outpu
Apply (Methods switch statement, input validation, printf).
Write a java program ( user either the Scanner or the Joption class ) which enables the user to convert US dollars to other currencies.
The user is to enter a dollar a mount, then the program is convert the dollars to the following currencies: Canadian dollars, Euros, Pounds Sterling, Dominican Peso.
1 US $ = 1.26 Canadian dollars
1 US $ = 0.89 Euro
1 US $ = 0.74 Pounds Sterling
1 US $ = 56.50 Dominican Peso
Instructions: the user is presented with a menu to select a currency to conver to, then the user enters the dollar amount to be converted which must be greater than zero. once conversion is done, the dollars amount and the new currency are displayed, and the user is asked again for converting another amount of dollars or to exit.
ONE TASK PER METHOD
Submit:
1) Design (Pseudocode)
2) Source code (Java program)
3) output

Step by step
Solved in 3 steps with 2 images









