Copy the algorithm below into your answer space and write th…

Copy the algorithm below into your answer space and write the correct Python code that goes with each step: # Define main function # Declare and initialize string var for name and int for age # Prompt user for name # Prompt user for age and validate age is higher than 0 or keep asking # Display name and age with a tab between them

Acceleration is defined as the time rate of change of veloci…

Acceleration is defined as the time rate of change of velocity. Thus it is give by:a=vf-vit A car initially running at 10 m/s is accelerated at 1.2 m/s2 in 1.2 second time. What is the final speed of the car? [You are expected to show a detailed calculation including the formula used not just a final answer.]