Answers for "is there array of structure in java"

0

two array structures in java

String[] MONTHS = {
    "", "Jan", "Feb", "Mar", "Apr", "May", "Jun", 
    "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"
};
...
System.out.println(MONTHS[m]);
Posted by: Guest on October-12-2020

Code answers related to "is there array of structure in java"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language