Test time luft 59: Write a program which will take a floating (real) number as input. This number represents the centime
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Test time luft 59: Write a program which will take a floating (real) number as input. This number represents the centime
Test time luft 59: Write a program which will take a floating (real) number as input. This number represents the centimeters. Print out the equivalent number in foot and inches given to an accuracy of one decimal place using functions Hint: 1 inch =2.54 centimeters, 1 foot 12 inches Input: 333.3 Output 10.9 feet 131.2 inches