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 Question5
{
public static void main (String[] args)
{
/**
* For this part of the assignment you will be working with the JOptionPane class to
* create several pop-up dialog messages.
*
* Note: There are no unit tests for this exercise so you will need to run this program
*(i.e., right-click Question5.java and select Run File) in order to manually test it.
*/
/**1) Use an input dialog pop-up to prompt the user to enter their age.
* You will want to assign this to some variable for later use.
*/
/**2) Use an input dialog pop-up to prompt the user to enter their name.
* You will want to assign this to some variable for later use.
*/
/**3) Use a message dialog pop-up to greet the user by name.
*/
/**4) Use a message dialog pop-up to tell the user how old they are.
*/
/**5) Use a message dialog pop-up to tell the user how fun pop-ups are.
*/
/**6) Use a message dialog pop-up to tell the user that they're even more
* fun once you learned about looping.
*/
/**7) Use an input dialog pop-up 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 blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!