Program this using basic C++. USE ACTUAL PROGRAMMING

Program this using basic C++. USE ACTUAL PROGRAMMING

Problem 3. Write a process to allow user to convert from English units to metric units. The user should be prompted to choose what type of conversion he/she would like to convert: inches to centimeters, quarts to liters, pounds to kilograms, miles to kilometers, or ounces to grams. The user should be able to choose the conversion by entering a number or a letter. Then the user should be asked to enter the value to be converted. When the user enters a value less than zero for the original measurement, tell him/her that the input is invalid as ask user to enter the value again. Assume the user will not enter an incorrect value more than once.

Prompt the user to enter an I for the conversion from inches to centimeters, a Q for the conversion of quarts to liters, a P for pounds to kilograms, an M for miles to kilometers, or an O for ounces to grams. Use a “simple-if” (single-branched if) to check the user’s input and when it is wrong output a message, prompt the user to re-enter the choice, and store the new value. Use a multiway branch to ask the user to enter the value for conversion, and calculate the metric equivalent. Use “simple ifs” (single-branched if’s) to confirm the entered value to be converted is valid (you do not have to check it is a number). Remember that for now you should assume the user will not enter an incorrect value twice.

The message for the invalid input of value to be converted should be something like “The number of quarts cannot be negative. Please re-enter the number of quarts to be converted to liters”

Make sure that you have included your introductory comments containing the purpose of the program i.e. what problem or task is being solved plus the input needed from user to complete the problem/task, output expected from the program, and the processing needed to get the output from the input. The processing should not include any C++ commands. An example of introductory comments for calculating the volume of a sphere is given below These introductory comments should be at the very beginning of the program before any other code (“# include ” and “using namespace std;”). Your introductory comments should also include your name and section number.

Expert Answer

 

Answer:

#include<iostream>

using namespace std;

int main()

{

char ch;/*variable ‘ch’ is to hold a character*/

float value,res; /*variable declaration*/

cout<<“—–Conversion form English Units to Metric Units—–n”; /* prompts the message*/

cout<<“I. inches to centimeters”<<endl; /* menu */

cout<<“Q. quarts to liters”<<endl;

cout<<“P. pounds to kilograms”<<endl;

cout<<“M. miles to kilometers”<<endl;

cout<<“O. ounces to grams”<<endl;

cout<<“What type of conversion would you like to have:”<<endl; /* prompts the message*/

cin>>ch; /* takes a character from the keyboard into ‘ch’*/

if(ch==’I’||ch==’i’) /*if ch is ‘I’/’i’*/

{

cout<<“Enter the number of inches:”; /* prompts the message*/

cin>>value; /*user enters a value, the value is stored in the variable ‘value’*/

if(value<0) /* if the value is negative*/

{

cout<<“Invalid input, Enter the value again:”; /* prompts the message*/

cin>>value; /* Again, it takes another value from the keyboard into ‘value’*/

}

if(value>=0) /* if the value is zero or positive*/

{

res=value*2.54; /*calculates the centimeter equivalent */

cout<<value<<” inche(s) is equivalent to “<<res<<” centimeters”; /*displays the result*/

}

}

if(ch==’Q’||ch==’q’) /*if ch is ‘Q’/’q’*/

{

cout<<“Enter the number of quarts:”; /* prompts the message*/

cin>>value; /*user enters a value, the value is stored in the variable ‘value’*/

if(value<0) /* if the value is negative*/

{

cout<<“Invalid input, Enter the value again:”; /* prompts the message*/

cin>>value; /* Again, it takes another value from the keyboard into ‘value’*/

}

if(value>=0) /* if the value is zero or positive*/

{

res=value*0.946353;/*calculates the liters equivalent */

cout<<value<<” quart(s) is equivalent to “<<res<<” liters”; /*displays the result*/

}

}

if(ch==’P’||ch==’p’) /*if ch is ‘P’/’p’*/

{

cout<<“Enter the number of pounds:”;/* prompts the message*/

cin>>value; /*user enters a value, the value is stored in the variable ‘value’*/

if(value<0) /* if the value is negative*/

{

cout<<“Invalid input, Enter the value again:”; /* prompts the message*/

cin>>value; /* Again, it takes another value from the keyboard into ‘value’*/

}

if(value>=0) /* if the value is zero or positive*/

{

res=value*0.453592; /*calculates the kilograms equivalent */

cout<<value<<” pound(s) is equivalent to “<<res<<” kilograms”; /*displays the result*/

}

}

if(ch==’M’||ch==’m’) /*if ch is ‘M’/’m’*/

{

cout<<“Enter the number of miles:”; /* prompts the message*/

cin>>value; /*user enters a value, the value is stored in the variable ‘value’*/

if(value<0) /* if the value is negative*/

{

cout<<“Invalid input, Enter the value again:”; /* prompts the message*/

cin>>value; /* Again, it takes another value from the keyboard into ‘value’*/

}

if(value>=0) /* if the value is zero or positive*/

{

res=value*1.60934; /*calculates the kilometers equivalent */

cout<<value<<” mile(s) is equivalent to “<<res<<” kilometers”; /*displays the result*/

}

}

if(ch==’O’||ch==’o’) /*if ch is ‘O’/’o’*/

{

cout<<“Enter the number of ounces:”; /* prompts the message*/

cin>>value; /*user enters a value, the value is stored in the variable ‘value’*/

if(value<0) /* if the value is negative*/

{

cout<<“Invalid input, Enter the value again:”;/* prompts the message*/

cin>>value; /* Again, it takes another value from the keyboard into ‘value’*/

}

if(value>=0) /* if the value is zero or positive*/

{

res=value*28.3495; /*calculates the grams equivalent */

cout<<value<<” ounce(s) is equivalent to “<<res<<” grams”; /*displays the result*/

}

}

if(ch!=’I’&&ch!=’i’&&ch!=’Q’&&ch!=’q’&&ch!=’P’&&ch!=’p’&&ch!=’M’&&ch!=’m’&&ch!=’O’&&ch!=’o’) /* if ch is other than I/i/Q/q/P/p/M/m/O/o */

cout<<“Invalid selection”; /*prints the message*/

return 0;

} /*end of main() */

Output:

Buy Essay
Calculate your paper price
Pages (550 words)
Approximate price: -

Help Me Write My Essay - Reasons:

Best Online Essay Writing Service

We strive to give our customers the best online essay writing experience. We Make sure essays are submitted on time and all the instructions are followed.

Our Writers are Experienced and Professional

Our essay writing service is founded on professional writers who are on stand by to help you any time.

Free Revision Fo all Essays

Sometimes you may require our writers to add on a point to make your essay as customised as possible, we will give you unlimited times to do this. And we will do it for free.

Timely Essay(s)

We understand the frustrations that comes with late essays and our writers are extra careful to not violate this term. Our support team is always engauging our writers to help you have your essay ahead of time.

Customised Essays &100% Confidential

Our Online writing Service has zero torelance for plagiarised papers. We have plagiarism checking tool that generate plagiarism reports just to make sure you are satisfied.

24/7 Customer Support

Our agents are ready to help you around the clock. Please feel free to reach out and enquire about anything.

Try it now!

Calculate the price of your order

Total price:
$0.00

How it works?

Follow these simple steps to get your paper done

Place your order

Fill in the order form and provide all details of your assignment.

Proceed with the payment

Choose the payment system that suits you most.

Receive the final file

Once your paper is ready, we will email it to you.

HOW OUR ONLINE ESSAY WRITING SERVICE WORKS

Let us write that nagging essay.

STEP 1

Submit Your Essay/Homework Instructions

By clicking on the "PLACE ORDER" button, tell us your requires. Be precise for an accurate customised essay. You may also upload any reading materials where applicable.

STEP 2

Pick A & Writer

Our ordering form will provide you with a list of writers and their feedbacks. At step 2, its time select a writer. Our online agents are on stand by to help you just in case.

STEP 3

Editing (OUR PART)

At this stage, our editor will go through your essay and make sure your writer did meet all the instructions.

STEP 4

Receive your Paper

After Editing, your paper will be sent to you via email.

× How can I help you?