Question: Please do this question in C++. Make sure it works on visual studio. Thank You!! Given the following declarations: struct MONTH 2. string name; int

Please do this question in C++. Make sure it works on visual studio. Thank You!!
Given the following declarations: struct MONTH 2. string name; int days; MONTH month[12]-ff"Jan", 31), f"FEB", 30),."DEC", 31)) Insert the name of the months and the number of days in each month into a Hash table of size four. Use the sum of the ASCII of the three letters of each month and mod them with 4 to find the insertion place ( i: (name[0])+name +name(2)%4 ) i. Display the Hash table. ii. Read a month name. Search the hash table to display the number of days in that month. Given the following declarations: struct MONTH 2. string name; int days; MONTH month[12]-ff"Jan", 31), f"FEB", 30),."DEC", 31)) Insert the name of the months and the number of days in each month into a Hash table of size four. Use the sum of the ASCII of the three letters of each month and mod them with 4 to find the insertion place ( i: (name[0])+name +name(2)%4 ) i. Display the Hash table. ii. Read a month name. Search the hash table to display the number of days in that month
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
