In this article, we will learn how to convert the length, which is given in meter to the length in feet and inches value.
Following are the two formulas which help us to convert the value in meter to the value in feet and inches:
- 1 meter = 39.37inch
- 1 meter = 3.281feet
By using above formulas, we find the following two formulas:
- inch = 39.37 * meter (m)
- feet = 3.281 * meter (m)
Program 1: Write a Program in C for converting the meter to feet and inches.
Output:
Program 2: Write a Program in PHP for converting the meter to feet and inches.
Output:
Program 3: Write a Program in Java for converting meter to feet and inches.
Output:
Program 4: Write a Program in Python for converting meter to feet and inches.
Output: