

McqMate
Q. |
>>>print(indexOfMax) |
A. | 1 |
B. | 2 |
C. | 3 |
D. | 4 |
Answer» A. 1 | |
Explanation: first time the highest number is encountered is at index 1. |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet