International currency type<br /><br />?Canadian dollars(rate: 1 U.S. dollar = 1.4680 Canadian dollars)<br />?Mexican Peso(rate: 1 U.S. dollar = 9.5085 pesos)<br />?English Pounds(rate: 1.6433 dollars = 1 pound)<br />?Japanese Yen(rate: 1 U.S. dollar = 104.9200 yen)<br />?French francs(rate: 1 U.S. dollar = 6.2561 francs)<br /><br /><br /><br /><br />Test inputs base on the currency type above.<br /><br />I first:<br /><br />1.Input 146.8 Canadian dollars and the result should come out as 100 US dollars.<br />2.Input 950.85 and the result should be 100 US dollars also<br />3.Input 100 pounds and the result should be 164.33 US dollars.<br />4.Input 10492 yen and the result should be 100 US dollars.<br />5.Input 625.61 francs and the result should also be 100 US dollars.<br /><br /><br />? After checking that the calculations are correct, I would also need to input 0 and 2,100,000 to see if the error message works. It should say, 鎻å®ror invalid amount?<br />? I would input a 6 in the choose currency type and it should display, 鎻å¸iting conversion program.<br />? Lastly I would enter 7 in the choose currency type and it should display, 鎻å®ror: Invalid amount?<br /> <br /><br /> <!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--><br />Main Module<br /><br />Declare currency amount as integer<br />Declare currencytype as integer<br />Declare Othercountryvalue as real<br />Declare USAValue as real<br />Do While user continues<br />  Display menu<br />  Get Othercountryvalue<br />  Convert currency<br />  Display results<br />End loop<br />Print exit message<br /> <br />End Main Module<br /> <br />Display Menu<br /> <br />Set continue = true<br />While continue = true<br />Display 鎻