My issue
Create an array of first 4 months of a year. The first 4 months of a year are: “January”, “February”, “March”, “April”. Then print the 3rd month of the year using array indexing.
My code
# cook your dish here
Learning course: Data structures & Algorithms lab
Problem Link: Declaring string arrays in Data structures & Algorithms lab