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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!