question archive 1)[ALL concepts from previous projects] 2)Selection control structure 3)The if statement 4)The switch statement (optional) 5)Relational operators and logical operators 6)Use of relational and logical operators to check numeric ranges 7)User friendly 8)Use of user friendly user prompt and simple input validation 9)Use of meaningful output labels and format 10)Use of output manipulators Working with string type Use of getline() Project Description There are two main systems for measuring distance, weight and temperature, the Imperial System of Measurement and the Metric System of Measurement
Subject:Computer SciencePrice: Bought3
1)[ALL concepts from previous projects]
2)Selection control structure
3)The if statement
4)The switch statement (optional)
5)Relational operators and logical operators
6)Use of relational and logical operators to check numeric ranges
7)User friendly
8)Use of user friendly user prompt and simple input validation
9)Use of meaningful output labels and format
10)Use of output manipulators
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
Project Specifications
Input for this project:
Input Validation:
Output: The program should display the following:
Processing Requirements
F = (9/5)*C + 32 where F is the temperature in Fahrenheit and C is the temperature in Celsius
Special Project Submission Requirements
Deliverables:
Program design- Flowchart and/or pseudo code for the Program due one week after project is given. An intermediate assignment will be created for submission. Flowchart/pseudo code can be submitted electronically in the following format: word document, pdf or handwritten flowchart/pseudo code picture saved as .jpg or png.
Test Plan
Test your program with at least two more test cases. Use the given data as an example. Record your data for input and output in the following table. Make sure your tests cover all the possible scenarios.