Purchase Solution

Requirements Analysis, Design, Verification & Validation

Not what you're looking for?

Ask Custom Question

?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 contains a code for the program that displays the equivalent dollar amount for the different international currency types.

Purchase this Solution


Free BrainMass Quizzes
C# variables and classes

This quiz contains questions about C# classes and variables.

Basic Networking Questions

This quiz consists of some basic networking questions.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.