I need to do the following program, but it need to have a do while loop, scanner for input, and a console program. Here are the instructions:
Write a Java program that prompts the user for how many individuals they will be entering. Then program will then prompts for each individuals name and account balance. The output of the program will be the person with the highest account balance (name and balance) and the lowest account balance (name and balance). All output should be to 2 decimal places.
If someone could code this program by 5/9/10 it would be great.
Thanks!!