SOLUTION: write an algorithm that will convert and display an inputted number in inches (in.)to its equivalent number in feet(ft.) HINT: 1 ft.= 12 inches

Algebra ->  Test -> SOLUTION: write an algorithm that will convert and display an inputted number in inches (in.)to its equivalent number in feet(ft.) HINT: 1 ft.= 12 inches      Log On


   



Question 1121610: write an algorithm that will convert and display an inputted number in inches (in.)to its equivalent number in feet(ft.) HINT: 1 ft.= 12 inches
Answer by ikleyn(52864) About Me  (Show Source):
You can put this solution on YOUR website!
.
The algorithm is THIS sentence:


    Take the value in inches and divide it by 12.

That's all.