
public class Sunny implements Weather {
    
    public void play() {
        System.out.println("Play outside");
    }
}
