Here, we will learn how to convert the length value, which is given in Inches to the length in meter.
If we want to convert the value of Inches into meter value, then we have to use the following one formula from the given 2 formulas:
meter = Inches /39.37 or meter = Inches * 0.0254
Program 1: Write a Program in C for converting the value of Inches into meter.
Output:
Program 2: Write a Program in PHP for converting the value of Inches into meter.
Output:
Program 3: Write a Program in Java for converting the value of Inches into meter.
Output:
Program 4: Write a Program in Python for converting the value of Inches into meter.
Output: