Purchase Solution

Currency Conversion Program

Not what you're looking for?

Ask Custom Question

Expand the "Currency Conversion" program to have a menu of five currencies that allows the user to choose which currency they wish to display in its equivalency to the US dollars. The choise selected by the user will be error checked (which means that it is error checked (crash proof, I might test it with any type of input) as a valid entry). If the input was an error the program must prompt the user to make another selection (to do this you must use one of the looping techniques learned in this course). With a correct selection, the program will then perform the appropriate calculation and display the currency selected and the conversion. This program will allow the user to continue to select additional currencies (Loop construct) until they choose to stop. Insert comments in the program and use good structured programming techniques to document the program internally. Attach a design flow chart (in MS Word, not Visio). Submit the source code, flowchart, a quality control sheet, and the version control sheet to me.

Purchase this Solution

Purchase this Solution


Free BrainMass Quizzes
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.

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.

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.

C# variables and classes

This quiz contains questions about C# classes and variables.

C++ Operators

This quiz tests a student's knowledge about C++ operators.