You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JOptionPane.showMessageDialog(null, "Lets make a madlibs");
String man = JOptionPane.showInputDialog("One day there was a man named ____.");
String place = JOptionPane.showInputDialog(null, man + " lived in the town of ____.");
String wife = JOptionPane.showInputDialog(null, man + " lived with a lovely wife with the name of ____.");JOptionPane.showMessageDialog(null,"nice shirt");
String children = JOptionPane.showInputDialog(null, wife + " and " + man + "lived very happily with their son, ____.");