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!

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! Programning Assign!nent #2: Unit Conversion Tables

Programning Assign!nent #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: ft) 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 (ft) 0.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10.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 Program Requirements: 1. The program should provide an initial description 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 follows Length: m, ft, cm or in Mass: kg, g or slug Time h, min or s Note that the initial unit cannot be the same as the final unit, but there are still many possible nversions. For example, with length there are 12 possible conversions m to ft ft tom cm tom in to m m to cm ft to cm cm to ft in to ft m to in ft toin cm to in in to cm Similarly, there are multiple conversion possibilities for mass and time The units should be read as strings and any combination of uppercase and lowercase letters can be used. The user should be able to use the full unit name (plural or singular) or the symbol (for example, meters, meter or m). Use a function to convert the input unit to all lowercase letters. Only the unit symbol should be used in the table 4. Programning Assign!nent #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: ft) 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 (ft) 0.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10.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 Program Requirements: 1. The program should provide an initial description 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 follows Length: m, ft, cm or in Mass: kg, g or slug Time h, min or s Note that the initial unit cannot be the same as the final unit, but there are still many possible nversions. For example, with length there are 12 possible conversions m to ft ft tom cm tom in to m m to cm ft to cm cm to ft in to ft m to in ft toin cm to in in to cm Similarly, there are multiple conversion possibilities for mass and time The units should be read as strings and any combination of uppercase and lowercase letters can be used. The user should be able to use the full unit name (plural or singular) or the symbol (for example, meters, meter or m). Use a function to convert the input unit to all lowercase letters. Only the unit symbol should be used in the table 4

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!