Question: Help, please help me create a C++ program based on the following information. I am having trouble with this project, and any assistance on the
Help, please help me create a C++ program based on the following information. I am having trouble with this project, and any assistance on the matter would be a Godsend!




Programming Assignment #2: Unit Conversion Tables This programming project will allow the user to create a table of unit conversions, where the user specifies: * the dimension example: length) the starting unit (example: ending unit (example: m) the starting value (example: 0) the ending value (example: 10) the increment (1) the number of digits after the decimal point for the starting unit (example: 1) the number of digits after the decimal point for the ending unit (example: 3) For the example above, the output might be similar to the table shown below: Length ) 0.0 1.0 2.0 Length (m) 0.000 0.305 0.610 0.914 1.219 1.524 1.829 2.134 2.438 2.743 3.048 4.0 5.0 6.0 7.0 9.0 10.0 Requiremen 1. The program 2. The user should be prompted to enter the dimension (length, mass, or time) 3 The user should be given a choice of initial units and final units for each dimension as should provide an initial description. follows: Length: m cm or in .Mass: kg, g or slug Time: h, min or s Note that the initial umit cannot be the same as the final unit, but there are still many possible conversions. For with length there are 12 possible conversions m tof tom cm to m in to m
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
