Menu Selection = Canadian dollars
Input: Menu = 1
Output: “Convert Canadian Dollars to US Dollars? (Y/N)”
Currency Type = Canadian
Menu Selection = E.U. Euro
Input: Menu = 5
Output: “Convert E.U. Euro to US Dollars? (Y/N)”
Currency Type = E.U. Euro
Menu Selection = Exit Program
Input: Menu = 6
Output: “EXIT? (Y/N)”
End Program
Invalid Menu Selection = 0
Input: Menu = 0
Output: “Please check your selection.”
Call Display Menu Module
Invalid Menu Selection = 9
Input: Menu = 9
Output: “Please check your selection.”
Call Display Menu Module
Valid International Value = 100
Input: = 100
Output: “This selection is not valid.”
Call Convert Currency Module
Invalid International Value = -10
Input: = -10
Output: “Error – enter a number from the menu selection.”
Call User Menu Module
Convert another currency? = N
Input: = Choice = N or n
Output: “Output does not exist for this selection.”
End Program
Conversion
Input: = 200 Canadian Dollars
Output: “Your input of 200 Canadian dollars will convert to $194.55 US dollars.”
“Make another conversion? Offer Choice
Conversion
Input: = 200 English Pounds
Output: “Your input of 200 English Pounds will convert to $298.23 US dollars.”
“Make another conversion? Offer Choice
Conversion
Input: = 200 E.U. Euro
Output: “Your input of 200 E.U. Euro will convert to $224.81 US Dollars.”
“Make another conversion? Offer Choice