I really dont understand any of this...
OK, translation:
You are going to convert feet and inches or pounds in this program.
You will write a conversion program that converts feet into inches and inches into feet. It must also handle pounds (presumably into ounces).
You will give the user the choice of converting feet and inches to centimeters OR pounds to kilograms.
Oh, unclear above.
OK, you will enter feet and inches and convert that into centimeters.
Or you will enter pounds and convert that into kilograms.
You will also have an input that asks the user whether input is in feet or pounds.
With the correct answer you will also display the number entered.
Once you make the conversion you must display the value entered as well as the conversion value calculated.
You will also create the program 3 times, once for each of the basic loops (counting loop 5 itterations, while & do-while as many as the user wants).
Make 3 programs, one for each type of loop defined in C++.
Don't forget to check the UPPER and lower case letters.
If (when) you enter characters instead of numbers, check if they are upper or lower case and handle them appropriately.
This means you will have 3 Visio files to zip and turn in.
Make 3 Visio files and zip them. Turn them in, too.
Hope that's clearer.
WaltP
Posting Sage w/ dash of thyme
11,404 posts since May 2006
Reputation Points: 3,421
Solved Threads: 1,055
Skill Endorsements: 37
What he means is the problem, as you described it so far, has nothing to do with C++. You have to have actual code for it to become a C++ problem.
WaltP
Posting Sage w/ dash of thyme
11,404 posts since May 2006
Reputation Points: 3,421
Solved Threads: 1,055
Skill Endorsements: 37
@ Melou22 - Please start a new thread if you have a question. You will also want to show the code you have so far. We dont give out the answers for homework problems but we can help you get the solution.
NathanOliver
Posting Virtuoso
1,515 posts since Apr 2009
Reputation Points: 281
Solved Threads: 277
Skill Endorsements: 3