You have to prepare a switch statement that assigns a String variable
Question- Write a switch statement that assigns a String variable monthName with the months January, February, March, April, May, and June, ifmonthNum is 1, 2, 3, 4, 5, 6, accordingly.
Can you please help me solving this Question by using C++?