0
Array in C#
Can I get a code where I declare an array and ask for a user input and place the value in the array. And a method to clear those arrays.
3 ответов
+ 7
It is covered in the course. However Here's an example of how you can declare an array, take user input and store the values in the array, and create a method to clear the array:
https://code.sololearn.com/cYFKHjiASrkF/?ref=app
+ 7
Attempts?
+ 6
Yes you can. Have you tried completing the C# course here? This topic is covered there.