x = 5;
age = 12;
name = "Thadius";
location = "San Diego";
totalParties = 5400;
value = JOptionPane.showInputDialog("Enter some data");
input = JOptionPane.showInputDialog("Enter your age");
inputAsInteger = Integer.parseInt(input);