Computer Science, asked by gokulakrishnan65, 1 year ago

Q Basic programme question in speed equal to distance by time


LuckyYadav2578: in which language

Answers

Answered by LuckyYadav2578
0
D= ( int ( input (" enter distance "))
T= ( int ( input (" enter time " ))
S = D/T
print ( " speed is ", S )

i hope its help ☆☆ :)
Similar questions