0
votes
votes
3 answers
C# - Creating a loop onto a second 'for' loop to iterate thru the filled array
I need to develop a C# console application that implements an int array. Use 2 'for' loops, the first to fill the array using the Random class to generate random integers using the next method of the Random class and a second for loop to it ...
