Write a java program that displays the following results in the java applet.
1. Prints your name on the screen.
2. Allows the user to enter three numbers (use JOptionPane for this) and prints out the average of those value on the screen.
3. One more thing of your choice