Computer Science, asked by wwwapmeena2615, 9 months ago

write the code for the following programs using Script Mode
It takes 3 hours to drive a distance of 192 km on a motor way. Create a program to calculate the
average speed in km/h.​

Answers

Answered by Msaikrishna2005
1

Answer:

distance = 192 km

time = 3 hours

speed = distance/ time

= 192/3= 64 km/ h

Similar questions