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
Read Details