Question 3: Assume that there exists a file named “numbersWo…
Question 3: Assume that there exists a file named “numbersWords.txt” in the local disk. Each line of this file consists of some integer numbers (int) and words (str). Write a program that finds the largest number in this file, and prints out this number as well as the number of the line this number was in. Below is a sample input and output: Input – numbersWords.txt: random 346 numbers and 233 words are in 306 This file you 15663 need to find 4 the largest number here 592 Output: The largest number: 15663 Found in line: 3