Computer Science, asked by AaliyanShah, 2 months ago

Write an algorithm to accept height of a building in metre and convert it into cm

Answers

Answered by manya7794
0

Answer:

Write an algorithm to accept height of a building in metre and convert it into cm

hope it helps you dear friend

Answered by havockarthik30
1

Answer:

Program to convert Centimeter to Feet and Inches

In this article, we will learn how to convert Height, given in centimeter to Height in feet and inches. 

Examples: 

 

Input : centimeter = 10 Output : inches = 3.94 feet = 0.33 Input : centimeter = 85 Output : inches = 33.46 feet = 2.79

Similar questions