Computer Science, asked by wwwapmeena2615, 7 months ago

2.
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. write the code for the following programs using Script Mode ​

Answers

Answered by da4729204
18

Explanation:

time = 3

distance = 192

speed = distance / time

print("Speed is ",speed)

Answered by Msaikrishna2005
13

Answer:

distance = 192 km

time = 3 hours

average speed = distance/time

= 192/3

= 64 km/ hour

Explanation:

brainliest please ⭐⭐⭐⭐⭐

Similar questions