//This is my first java assignment
//create an employee class with the following attributes: name, age, department
//Here is what I wrote...
//I get an error at line 5
1 public class employee { 2 3 String name[] = {}; 4 int age[] = {}; 5 var dept[] = {}; 6 7 8 }