Question: 1. Write a program which contains an array int [] arrayPrime which holds an array with these Prime Numbers {2, 3, 5, 7, 11, 13,
1. Write a program which contains an array int [] arrayPrime which holds an array with these Prime Numbers {2, 3, 5, 7, 11, 13, 17, 19, 23, 29}. Use a loop to output the prime numbers to the Console window.
Next, write a Console application using the Array.Reverse() Method. Create an array with 4 or more names. Display the names in reverse order.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
