Question: Python Language, I need some help!! The second photo is a continuation. Prompt for a sequence of numbers, the last number being zero. Print largest

Prompt for a sequence of numbers, the last number being zero. Print largest value and the index the largest value of the numbers. If no numbers are entered (only a 0), then both the maximum and the index should be 0. Example Input Enter a Number (zero to quit): 1 Enter a Number (zero to quit): 9 Enter a Number (zero to quit): 7 Enter a Number (zero to quit): 0 Example Output Maximum: 9 Index of Maximum: 2 Example Input Enter a Number (zero to quit): 0 Example Output: Enter a Number (zero to quit): 1 Enter a Number (zero to quit): 9 Enter a Number (zero to quit): 7 Enter a Number (zero to quit): 0 Example Output Maximum: 9 Index of Maximum: 2 Example Input Enter a Number (zero to quit): Example Output: Maximum: Index of Maximum: 0 343 AM A D 2/24/2020
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
