C++ program

    (TCO 3) Create a complete C++ program that prompts the user to enter his or her height in inches and outputs the following: Output “Height is six feet or more.” when the user’s height is 6 feet or more. Output “Height is less than five feet.” when the user’s height is less than 5 feet. Output “Height is at least five feet but less than 6 feet” otherwise.

    6. (TCO 4) Write a complete C++ program that meets the following criteria:

    a. Use a do-while loop. Explicitly ask the user if they have more data to enter. Use their answer to decide when the loop is done. b. The purpose of the loop is to calculate and display the amount of interest for one year given an initial deposit and an interest rate. (interest = deposit * rate) c. The output from the loop should explain what values are being displayed and display the interest with 2 digits after the decimal point. d. The loop must ask the user to input the values for the initial deposit and the interest rate. Both values should be treated as real numbers. e. If either input value is negative, your program should output a message indicating that the input values must be positive numbers. The interest amount should not be displayed in this case. f. Declare all needed variables using appropriate data types. Initialize as needed.

    Need a Professional Writer to Work on this Paper and Give you Original Paper? CLICK HERE TO GET THIS PAPER WRITTEN

                                                                                                                                      Order Now