Purchase Solution

Currency Conversion Application Development

Not what you're looking for?

Ask Custom Question

Consolidate all the sections of the Currency Conversion development documentation: requirements, design, and testing.

This application, similar to simple, practical programs on many travel or financial Web sites, includes the following elements:

- Complete requirements analysis
- Design
- Verification
- Validation and test documentation

The Currency Conversion application is a menu-driven program that allows users to select one of five international currency types, input the amount of a foreign currency, and then convert the foreign currency to dollars. The program displays the equivalent dollar amount and returns the user to the menu until he or she enters another conversion or quits the program.

International currency type (menu selection)
- Canadian dollars (rate: 1 U.S. dollar = 1.4680 Canadian dollars)
- Mexican pesos (rate: 1 U.S. dollar = 9.5085 pesos)
- English pounds (rate: 1.6433 U.S. dollars = 1 pound)
- Japanese yen (rate: 1 U.S. dollar = 104.9200 yen)
- French francs (rate: 1 U.S. dollar = 6.2561 francs

Purchase this Solution

Solution Summary

This solution acts as a guide which introduces to the student how to write the currency conversion application. Included is a completed solution in a Word document and in a zip. file.

Purchase this Solution


Free BrainMass Quizzes
Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

C# variables and classes

This quiz contains questions about C# classes and variables.

Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.