blah blah blah is here! blah blah » Close

0
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 ...

0
votes
1 answers

Need help with C# Program.

Hey can someone help me program this problem. I am supposed to to switches, loops, or if/ else statements. Much appreciated. ] Paper, Rock, Scissors In this lab, you will create a program to play the game paper, rock, and scissors ag ...

Feedback