Problem:
Question- Write a program called DialogBoxes.java.
Declare two String variables firstName and lastName. Use the method showInputDialog with the text “Enter your first name” and input your first name. Using the same method input your last name. Then using the method showMessageDialog display Hello followed by your first name and last name.
Show your all work in writing the code of the program DialogBoxes.java.