Expand the "Currency Conversion" program to include a menu that allows the user to choose which currency he/she wishes to display in its equivalency to the US dollar. - Correctly use at least 1 function or subroutine
Permit the user to input an amount to be converted into US Dollars. You may assume that a number is input. You may not assume the value is > zero. Only values > zero are valid.
Permit the user to repeatedly perform different conversions to US Dollars. The user will be provided a way to indicate when they are done & the program will exit
* In Program I am interested in the use of the Do..While an If..Else for the new part. I also realize that the second attached file has a few errors.
Attachment:- Currency Conversion 1 Assignmet 1.zip