subject

Write a C++ program that converts a measurement given in feet into the equivalent number of (a) yards, (b) inches, (c) centimeters, (d) meters. The program should first prompt the user to enter the number of feet to be converted. It should then read that value, calculate each of the converted lengths, and then display the converted lengths, rounded to two decimal places of accuracy. You should assume that the number of feet entered will be a floating point value. Note: All the converted lengths will also be floating point values. Conversion facts: 1 yard = 36 inches; 1 foot = 12 inches; 1 inch = 2.54 cm; 1 meter = 100 cm. Here is what output should look like from running the program (user input is shown in bold):Enter number of feet: 4= 1.33 yards= 48 inches= 121.92 cm= 1.22 metersPlease give me the pseudocode first similar to this:Display " "Read ...Let...Let...Display...Because this format of the pseudocode is required as part of the solution. Thank you!

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 18:30
What type of weird relationship this is analogy show? dissolve: solidify: : noise: silence
Answers: 2
question
Computers and Technology, 22.06.2019 05:00
Are special characters that allow you to search for multiple words at the same time.
Answers: 2
question
Computers and Technology, 23.06.2019 16:30
How to do this programming flowchart?
Answers: 3
question
Computers and Technology, 24.06.2019 12:50
When is it most apprpriate for a development team to change the definition of done
Answers: 1
You know the right answer?
Write a C++ program that converts a measurement given in feet into the equivalent number of (a) yard...
Questions
Questions on the website: 13722367