Write a program to convert meters to inches. The program sho…
Write a program to convert meters to inches. The program should receive as input the number of meters and should output the number of inches that is equal to the number of meters inputted. The formulas for conversion are:1 meter = 100 centimeters.1 centimeter = .3937 inches.