- Engineering
- Computer Science
- using your choice of c or java write a switchcase...
Question: using your choice of c or java write a switchcase...
Question details
Using your choice of C# or Java, write a switch/case statement that switches on a variable called month, and displays the month name, (e.g. if month is 1, print out January; if it is 2 print out February, and so on). Your code should work for only the first six months of the year.
Solution by an expert tutor
