Question: introduction to python Question 3 1 Write a program that Write a program that reads numbers until the user enters a negative number and finds

introduction to python
Question 3 1 Write a program that Write a program that reads numbers until the user enters a negative number and finds the largest and prints it out E.g., for the following 5 inputs: 1.1, 2, 5, 8.5, -1 = 'Largest number: 8.5' E.g., for the following 8 inputs: 16, 62, 2, 5, 7.6, 99, 52, -9 'Largest number: 99.0' Hint. Use while to keep checking user inputs
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
