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

Converting an int to a double in an overloaded method

I have a few questions. The first is, how do you convert an int to a double in an overloaded method? I am a beginner in C# so forgive me if the question is asked completely wrong. Also I'm wanting the console to print basically something li ...

Feedback