Why can't my main class see the array in my calender class
- by Rocky Celltick Eadie
This is a homework problem. I'm already 5 days late and can't figure out what I'm doing wrong.. this is my 1st semester in Java and my first post on this site
Here is the assignment..
Create a class called Calendar. The class should contain a variable called events that is a String array. The array should be created to hold 5 elements. Use a…