C++ Program to print convert feet to meter
Introduction:
we will learn in this tutorial about how to convert feet into meters in c++ programming with some relevant examples . we might need to come this type of requirements
1m =100cm we know that converting meters to centimeters so if we have can multiply it by 100 to convert into centimeters for examples we have 11.2 meters to convert into centimeters and we multiply it with 100 . meters = x*100 centimeters,it’s equal to 11.2*100 =1120 centimeters