Instructions Enhance your program from Programming Exercise 13 by outputting: 1. The largest number of the sequence \( a_{0}, a_{1}, a_{2}, \ldots, a_{k} \). 2. The position of the largest number For example, for the input sequence: 75, 226, 113, 340, 170, 85, 256, 128, 64, 32 , \( 16,8,4,2,1 \), the program output should contain the following: The largest number of the sequence is 340 The position of the largest number is 4 Test your program for the following values of \( x . \mathbf{7 5}, 111,678,732, \mathbf{8 7 3}, \mathbf{2 0 4 8} \), and \( 65535 . \)