5. Write flowchart and program that asks the user to enter the list of integers. The program is to
determine the largest value entered and the number of times it was entered. For example, if
the following series is entered.
5 2 15 3 7 15 8 9 5 2 15 3 7
it would output the largest value is 15 and it was entered 3 times.