Question: 3. Extend the inchtocm.c program given in Figure 2-5 so that it reads in two input values: the number of feet, followed on a separate



3. Extend the inchtocm.c program given in Figure 2-5 so that it reads in two input values: the number of feet, followed on a separate line by the number of inches. Here is a sample run of the program: This program converts from feet and inches to centimeters. Number of feet? 52 Number of inches? 11 The corresponding length is 180.34 cm. * File: inch tocm.c * This program reads in a length given in inches and converts it * to its metric equivalent in centimeters #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
