Vous êtes sur la page 1sur 1

Exercise 06 Write an algorithm that accepts the distance and speed values for a particular j ourney, calculate the

time taken for the journey,and display the result. Step 1: Start the algorithm. Step 2: Accept the distance. Step 3: Accept the speed. Step 4: Divide distance by speed to get time. Step 5: Display the result. Step 6: End the algorithm.

Vous aimerez peut-être aussi