If I understand your question correctly, you want to write a program to find the maximum number in an array? Left alone, I have two approaches:
1. Use the sort method of the Arrays class from the...