Question: PROGRAMMIING ENGINEERING PROBLEMS Conversions) This set of problems involves converting a value in one unit to a value in another unit. Each program should prompt

PROGRAMMIING ENGINEERING PROBLEMS Conversions) This set of problems involves converting a value in one unit to a value in another unit. Each program should prompt the user for a value in the specified units and then print the converted value, along with the new units. (1) Write a program to convert miles to kilometers. (Recall that 1 mi-1.6093440 km). The mile value you input is 50.6 miles. 2) Write a program to convert pounds to kilograms. (Recall that 1 kg 2.205 lb). The pound value you input is 158 Ib. Areas and Volumes) These problems involve computing an area or a volume using input from the user. Each program should include a prompt to the user to enter the variables needed (1) Write a program to compute the area of a triangle with base b and height h. (Recall that Aerea = (b * h). ) The b and h values are 3 meters and 5 meters, respectively. Homework requirements 1. Follow four steps to work on each problem (Step-1: program statement; Step-2: input/output description; Step-3: hand calculation; and Step-4: algorithm development). 2. After you successfully finish the programming (step 4), please take two screenshots (one screen shot is for your code; the other is for the results), copy & past them into your homework, and then submit a hard copy
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
