Question: write C# program 20 pts D Question 19 Write a program that does the following 1- Declare the integer array b of seven elements (6,
20 pts D Question 19 Write a program that does the following 1- Declare the integer array b of seven elements (6, 5, 1,-3 10, 0, 4] using array initializer. 2- Modify the value of array elements based on the following If the array element value is less than or equal to zero, increment its value by 4. If the array element value is greater than zero, decrement its value by 3 3- Print out the array elements in the reverse order. You do not need to reverse the array Upload Choose a File
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
