It210 Finalproject

Submitted by: Submitted by

Views: 631

Words: 1445

Pages: 6

Category: Science and Technology

Date Submitted: 05/08/2011 07:34 PM

Report This Essay

Final Project—Currency Conversion

Application-Level Requirements List

Project: The Currency Conversion application you have been asked to develop is a menu-driven program that allows users to select one of five international currency types listed below, input an amount of US Dollars between $0 and $10,000, and then converts this amount into the equivalent amount of the selected foreign currency. The program displays the dollar amount entered, the foreign currency selected and the equivalent amount in that currency. The program then returns the user to the menu until he or she enters another conversion or quits the program. The program must allow the user to perform multiple conversions without the need to restart the program. Your program must use the conversion rates listed below to allow your Boss to determine if your program is generating correct outputs.

International currency type (menu selection)

• Canadian dollars (rate: 1 U.S. dollar = 1.1345 Canadian dollars)

• Mexican pesos (rate: 1 U.S. dollar = 9.5085 pesos)

• English pounds (rate: 1 U.S. dollars = .6985 pounds)

• Japanese yen (rate: 1 U.S. dollar = 93.92 yen)

• EU Euros (rate: 1 U.S. dollar = .7687 Euros)

1. The program will present a series of user screens that prompts the user for particular input.

2. The main user screen will have an application title.

3. The main user screen should have a short description saying how to use the program.

4. The calculation should be executed only after all the valid input values are provided.

5. The program will allow the user to clear all the input fields and do the calculations over.

Input-Process-Output Chart

|Input |Process |Output |

|CurrencyAmount |Display_Menu |Currency Amount |...