Computer Science, asked by momena51, 7 hours ago

Write an algorithm that inputs length in inches and calculate and prints it in centimeter

Answers

Answered by artandcraftislove
5

Answer:

1 inch = 2.54 centimetres so all you need to do is multiply whatever inch value you have by 2.54 to get the centimetre value.

Similar questions