hey why im getting this
here is my codeCode:Calendar.java:11: illegal start of expression
static String[] daysstr = new String[] {"\t|Sun","\t|Mon","\t|Tues","\t|Wed",
"\t|Thurs","\t|Fri","\t|Sat"};
^
1 error
Code:static String[] daysstr = new String[] {"\t|Sun","\t|Mon","\t|Tues","\t|Wed","\t|Thurs","\t|Fri","\t|Sat"};

