Description
1. Write a C++ program that performs as a Tuffy Titan Height Calculator which prompts the user for the name of a person and his/her height in feet and inches, where the name can contain spaces. Your program should allow unlimited number of inputs and should finish the input cycle when the user types xxx when prompted for the name. Your program should store each user input data into a file for later processing, where the name, feet, and inches are each on a separate line. Once the user types xxx, your program should read in the file and print out a report listing the name, feet, inches, centimeters, and meters of each person, where the centimeters and meters are calculated based on the user input. Your program should use the prompt and output formats exactly as provided in the samples output below. Typical input and output: “` *** TUFFY TITAN HEIGHT CALCULATOR *** Enter first name (type xxx when finished): Tuffy Titan Enter feet: 7 Enter inches: 6 Enter first name (type xxx when finished): Buzz Lightyear Enter feet: 0 Enter inches: 11 Enter first name (type xxx when finished): Donald Duck Enter feet: 3 Enter inches: 0 Enter first name (type xxx when finished): Elsa Enter feet: 5 Enter inches: 7 Enter first name (type xxx when finished): Ariel Enter feet: 5 Enter inches: 4 Enter first name (type xxx when finished): Lilo Enter feet: 3 Enter inches: 5 Enter first name (type xxx when finished): xxx Name Feet Inches Centimeters Meters ==================== ==== ====== =========== ====== Tuffy Titan 7 6 228.6 2.286 Buzz Lightyear 0 11 27.9 0.279 Donald Duck 3 0 91.4 0.914 Elsa 5 7 170.2 1.702 Ariel 5 4 162.6 1.626 Lilo 3 5 104.1 1.041 “`
ASSIGNMENT 08 S01 Introduction to Psychology I Directions: Be sure to save an electronic copy…
Include a comprehensive, thoughtful and critical analysis to the arguments and perspectives of the readings…
Discussion Prompt: Plagiarism As a writer, one of the gravest errors to make is to…
Question 1: Write a Hypothetical. Write a legal memorandum analyzing what happened in the following…
You work at Happy Joe's family restaurant and want to see if customer meal satisfaction…
The Assignment must be submitted on Blackboard (WORD format only) via allocated folder. Assignments submitted…