Question: without using JOptionPane package Questions; / * * * * @author ( Your Name Here ) * / public class Question 5 { public static
without using JOptionPane package Questions;
@author Your Name Here
public class Question
public static void main String args
For this part of the assignment you will be working with the JOptionPane class to
create several popup dialog messages.
Note: There are no unit tests for this exercise so you will need to run this program
ie rightclick Questionjava and select Run File in order to manually test it
Use an input dialog popup to prompt the user to enter their age.
You will want to assign this to some variable for later use.
Use an input dialog popup to prompt the user to enter their name.
You will want to assign this to some variable for later use.
Use a message dialog popup to greet the user by name.
Use a message dialog popup to tell the user how old they are.
Use a message dialog popup to tell the user how fun popups are.
Use a message dialog popup to tell the user that they're even more
fun once you learned about looping.
Use an input dialog popup to prompt the user to make a solemn promise
not to use JOptionPane ever again.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
