These are the error codes that I'm getting now:
MyDate.java:2: illegal start of type
...//code that defines sate and behaviour of all date objects
MyDate.java:2: <identifier> expected
...//code that defines sate and behaviour of all date objects
2 objects
Here is what I'm using:
public class MyDate{
...//code that defines sate and behaviour of all date objects
}
Any suggestions?