95
Program to Convert Feet to m
In this article, we will learn how to convert the length value, which is given in feet to the length in meter.
If we want to convert the value of feet into meter value, then we have to use the following formula:
Program 1: Write a Program in C for converting the value of feet into meter.
Output:
The value of 40 feet in meter is: 12.192
Program 2: Write a Program in PHP for converting the value of feet into meter.
Output:
The value of 100 feet in meter is: 30.47
Program 3: Write a Program in Java for converting the value of feet into meter.
Output:
Value of given feet in meter is: 0.762
Program 4: Write
Output:
Enter the length in feet: 55 The length in meter is 16.76
Next TopicProgram to Convert Inches to meter