Computer Science, asked by geetanarang4399, 1 year ago

To find the number of days a driver will cover a distance of 2800km,if the speed of car is 50km per hour

Answers

Answered by jaiswalsam
44
Let SPD=50
let d=2800

REM time=(d/SPD);1/24for the number of days.
PRINT"the number of days taken by the driver is ";(d/(SPD*24))
Answered by simmi301977
2

Answer:

please mark as brainliest

Similar questions