Your program should use indexed mode when accessing the array and return the max value and its frequency. What are the predefined variables called for these values?
a. max_val, max_freq
b. max_value, freq_max
c. max_value, max_count
d. max, frequency

Q&A Education