Question: Project Description WRITE CODE IN C++ LANGUAGE There are two main systems for measuring distance, weight and temperature, the Imperial System of Measurement and the

Project Description
WRITE CODE IN C++ LANGUAGE
There are two main systems for measuring distance, weight and temperature, the Imperial System of Measurement and the Metric System of Measurement. Most countries use the Metric System, which uses the measuring units such as meters and grams and adds prefixes like kilo, milli and centi to count orders of magnitude. In the United States, we use the older Imperial system, where things are measured in feet, inches and pounds.
Write a program that shows the following menu options and lets the user to convert from Metric to Imperial system:
Converter Toolkit
--------------------
1. Temperature Converter
2. Distance Converter
3. Weight Converter
4. Quit
If the user enters 1, the program should ask for the temperature in Celsius and then convert it to Fahrenheit
If the user enters 2, the program should ask for the distance in Kilometers and convert it to Miles
If the user enters 3, the program should ask for the weight in Kilograms and convert it to Pounds
If the user enters 4, the program should end.
Project Specifications
Input for this project:
the user must enter an number to select a menu option
the user must enter a temperature in Celsius
the user must enter a distance in Kilometers
the user must enter a weight in Kilograms
the user must enter a country name
Input Validation:
Do not accept a number outside the range of 1 through 4 for the menu option. Be sure to display appropriate error message if the input is invalid.
Do not accept negative numbers for distance and weight. Be sure to display appropriate error message if the input is invalid.
Show the country name and the wrap up info, even if the number or values are invalid.
Output: The program should display the following:
a menu for Converter Toolkit
temperature in Fahrenheit, distance in miles or weight in pounds
a country name
Programmers full name
project number
a due date
Processing Requirements
The program should use at least one selection control structure (if else statement or switch)
Be sure to convert as specified. For example, convert temperature from Celsius to Fahrenheit, not the other way around.
Use the following for converting input:
1 kilometer = 0.6 mile,
1 kilogram = 2.2 pounds,
The formula for converting Celsius degree to Fahrenheit is:
F = (9/5)*C + 32 where F is the temperature in Fahrenheit and C is the temperature in Celsius
Convert temperature to a whole number such as 78, distance to two positions after decimal point (for example 84.56) and weight to one position after decimal point (For example 121.6).
 Project Description WRITE CODE IN C++ LANGUAGE There are two main
systems for measuring distance, weight and temperature, the Imperial System of Measurement
and the Metric System of Measurement. Most countries use the Metric System,

l MetroPCS 3:16 AM bb-montgomerycollege.blackboard.com Project Description There are two main systems for measuring distance, weight and temperature, the Imperial System of Measurement and the Metric System of Measurement. Most countries use the Metric System, which uses the measuring units such as meters and grams and adds prefixes like kilo, milli and centi to count orders of magnitude. In the United States, we use the older Imperial system, where things are measured in feet, inches and pounds Write a program that shows the following menu options and lets the user to convert from Metric to Imperial system Converter Toolkit 1. Temperature Converter 2. Distance Converter 3. Weight Converter 4. Quit If the user enters 1, the program should ask for the temperature in Celsius and then convert it to Fahrenheit If the user enters 2, the program should ask for the distance in Kilometers and convert it to Miles If the user enters 3, the program should ask for the weight in Kilograms and convert it to Pounds If the user enters 4, the program should end. Project Specifications Input for this project the user must enter an number to select a menu option the user must enter a temperature in Celsius the user must enter a distance in Kilometers the user must enter a weight in Kilograms the user must enter a country name Input Validation Do not accept a number outside the range of 1 through .'ll MetroPCS 3:17 AM bb-montgomerycollege.blackboard.com Input for this project the user must enter an number to select a menu option the user must enter a temperature in Celsius the user must enter a distance in Kilometers the user must enter a weight in Kilograms .the user must enter a country name Input Validation Do not accept a number outside the range of 1 through Do not accept negative numbers for distance and Show the country name and the wrap up info, even if 4 for the menu option the number or values are invalid Output: The program should display the following a menu for Converter Toolkit temperature in Fahrenheit, distance in miles or weight in pounds a country name Programmer's full name project number a due date Processing Requirements . The program should use at least one selection control Be sure to convert as specified. For example, convert Use the following for converting input structure (if else statement or switch) temperature from Celsius to Fahrenheit, not the other way around -1 kilometer 0.6 mile, 1 kilogram 2.2 pounds, The formula for converting Celsius degree to Fahrenheit is: F (9/5) *C32 where F is the temperature in Fahrenheit and C is the temperature in Celsius Convert temperature to a whole number such as 78, distance to two positions after decimal point (for example 84.56) and weight to one position after decimal point (For example 121.6) 3:17 AM e bb-montgomerycollege.blackboard.com .'ll MetroPCS Deliverables: Intermediate deliverable: Program design- Flowchart for the Program due on Friday, February 22, 2019. Flowchart can be submitted electronically in the following format: word document, pdf or handwritten flowchart picture saved as .jpg or .png on the Blackboard site for the Project#2 Flowchart. The above deliverables will be packaged as follows Intermediate deliverable: Program design: Flowchart for the Program due one week after project is given. Due: February 22, 2019 It can be submitted electronically in the Project_Flowchart Assignment Dropbox in the following format: word document, pdf or handwritten flowchart picture saved as pdf C++ files (source code): FirstInitialLastName Pr.cpp Documentation: Word document (docx) or .pdf including: o Title page including student name, project title and number Flowchart Pseudocode Test plan listing 2 test cases and screenshots of outputs supporting each test case. o Lessons Learned Section: In 3+ paragraphs, highlight your lessons learned and learning experience from working on this project. What have you learned? What did you struggle with? What would you do differently on your next project? The C++ file should be zipped and uploaded to Blackboard as LastNameFirstName_Project2.zip

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!