a) Using C# Unity, ArrayList, write a program to perform the following functionality:
- Create the String Array named "days" for the working days of the week.
- Create the ArrayList named "arrayDays".
- Insert all the values from the "days" array into the "arrayDays" ArrayList using a foreach loop.
- Print the size and capacity of the ArrayList using a custom method "displayInformationO".
b) Using C# Unity script, create the HashTable "scoreTable" from the values in the below table and display the key and the value in the console.
fName gender location level score member
Mohammed Male Oman 45 True