Below is my code. I am not getting what is the mistake. Can anyone be able to guide.
class State { static String country; static String capital; Sta
Your Place class needs to be defined as public.
Place
public
Edit: The file also must be named Place.java
Place.java