Sei sulla pagina 1di 1

Exercise 02 Write an algorithm that accepts a distance in kilometers, converts the same in to meters, and then displays the

result. Step 1: Start the algorithm. Step 2: Get the distance into kilometers. Step 3: Multiply the distance by 1000 to get the distance in meters. Step 4: Display the converted result. Step 5: End the algorithm.

Potrebbero piacerti anche