Write the program in VB.NET (not Web based) with a graphical user interface. Have the user input the amount in one currency and calculate the equivalent amount in all other currencies. Assume the following currencies and their conversion rates:
1 EUR = 2 US Dollar = 3 Canadian Dollar = 4 Australian Dollar = 5 France Francs = 6 Mexico Pesos = 7 Japan Yen
Allow the user to loop back and enter new data or quit. Insert comments to document the program. Submit all files of your program in a zip file with clear instructions on how to execute and use the program.