Question: This is for C# Create an array of any data type in the main function of any quantity of elements that you want and add
- This is for C#
- Create an array of any data type in the main function of any quantity of elements that you want and add values into it, then print those values into the console.
- After you print the values in the console in the same main function create a List of a different data type from the one you used in the array and add at least 10 values into the list, then loop through the list and print all the values of the list into the console.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
