Question: Write a program in c# that generates 10 random numbers between 1 and 25. Each of the 10 values will be stored in an element
Write a program in c# that generates 10 random numbers between 1 and 25. Each of the 10 values will be stored in an element of an array of int. Call the method countEvenOdd(array) that will count and display how many even numbers and how many odd numbers are in your array. public static void countEvenOdd(int[ ] array) Hint: You might want to print out the contents of your array prior to calling the method, so that you can verify correctness.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
