Program: Write a JAVA program that helps the user convert currency. The user will enter the amount in Kuwaiti dinars. The program will print the equivalent amount in US dollar and Euros count his change.
Assume that the exchange rate for US dollar is 3.54 and 2.59
Prepare a JAVA program to implement currency converter. Make this program in simple way.