1.5 Arrays
1. Complete the following static method. Return a string for the name of the month.
public static String monthName(int month)
{
//your code
//1. make an array of String. Be careful that arrays are 0 based!
//2. return by accessing the array
}

2. Go to http://codingbat.com/prob/p229948 and do the swapEnds exercise
paste your code
Sign in to Google to save your progress. Learn more
Name *
code for #1 *
10 points
code for #2 (paste after you get it correct on codingbat) *
10 points
Submit
Clear form
Never submit passwords through Google Forms.
This content is neither created nor endorsed by Google.