Answer:
speed = float(input("Enter the speed: "))
hours = int(input("Enter the hours: "))
distance = 0
for i in range(hours):
distance += speed * 1
print("The distance after " + str(i+1) + ". hour(s): " + str(distance))
Explanation:
*The code is in Python.
Ask the user to enter the speed and the hours
Initialize the distance as 0
Create a for loop that iterates hours times. Inside the loop, calculate the cumulative distance traveled at the end of each hour and print it (Note that the distance = speed x hour)
I will hope this helps :p
I think it can't.
The one that get high needs met rating are the pages that satisfy the user's search. The search engine result page that shown at the top of the result doesn't necessarily fulfil this criteria
hope this helps
Answer:
C I believe but I'm not a hundred percent sure