Computer Science, asked by tasaskqa1077, 7 months ago

Write an algorithm to convert km to mile.

Answers

Answered by yashvardhansingh163
1

Explanation:

The easiest way to convert, though, is probably... For miles to kilometers divide by 5 then multiply by 8. For kilometers to miles divide by 8 then multiply by 5. To convert kilometer to miles you could just multiply k x .

Similar questions