1.

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

Answer»

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))



Discussion

No Comment Found