Computer Science, asked by pallavishendge3457, 1 year ago

Write an algorithm to compute his speed in km per hour

Answers

Answered by KTDBROS
1

Answer:15/7

7/15

Explanation:

Answered by AskewTronics
3

The algorithm to compute his speed in km per hour is listed below:

Explanation:

  1. Input the distance in KM.
  2. Input the time in Hour.
  3. Calculate the speed by dividing the distance upon a time.
  4. Print the speed value.

Detailed Explanation:

  • The above lines represent the algorithm to calculate the speed in KM per hour if the distance in Km and time in an hour is known.
  • The above line is the English statement because the algorithm definition says that the algorithm is a step by step solution in the English language which solves the specific problem for which it is written.
  • When the user wants to write the algorithm then he needs to identify the problem and then find the solution and then write the solution step by step in the English language.

Lean More:

  • Algorithm example: https://brainly.in/question/9781803
  • Algorithm: brainly.in/question/1861365
Similar questions