Question: 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
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 days array into arrayDays ArrayList using foreach loop and print the size and capacity of the ArrayList using a custom method displayinformation. b) Using C#Unity script create the HashTable score Table from the values in the below table and display the key and the value in the console. Name gender location level score member Mohammed Malc Oman 2 45 True
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
