class Variable { public static void main(String[] arguments) { int tops; float gradePointAverage; char key = 'C'; String productName = "Orbitz"; } }