Sunday, February 25, 2018

Java program : Enum in Switch

class EnumInSwitch

    enum Day{ SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY} 
   
    public static void main(String args[])
    { 
        Day day=Day.MONDAY; 
 
        switch(day)
        { 
        case SUNDAY:  
        System.out.println("sunday"); 
        break; 
        case MONDAY:  
        System.out.println("monday"); 
        break; 
        default: 
        System.out.println("other day");
        }
    } 
}

Thanks
Happy programming!

No comments:

Post a Comment

Sacred Thought

26 April 2024  Dear friends, I write the explanation of two verses of Geets for all of you, I hope you all will like it and benefit from it....