Purchase Solution

Creating a C++ Program

Not what you're looking for?

Ask Custom Question

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.

Purchase this Solution

Solution Summary

In this program, the user enters his/her height in inches and outputs the result depending on the height entered.

Solution Preview

This program was written in Dev-C++. The program does not check for entry errors.
Please check comments in the program to help you understand what is going on.

#include <cstdlib>
#include ...

Solution provided by:
Education
  • MBA, Aspen University
  • Bachelor of Science , Berea College
Recent Feedback
  • "Thank u"
  • "Thank You!"
  • "Thanks!"
  • "Thank you so much"
  • "Great job...thanks."
Purchase this Solution


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

Javscript Basics

Quiz on basics of javascript programming language.

C# variables and classes

This quiz contains questions about C# classes and variables.

Basic Networking Questions

This quiz consists of some basic networking questions.

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.