JOptionPane

JOptionPane Write a complete Java program that will do the following when run: the program displays an input window that asks the user to enter a whole number. When the user enters a whole number and clicks the OK button, the input window goes away and an output window appears. ................
................