Question: Question 18 3 Points Write a program called program d2.c that will decare an array of 350 Integer numbers and initialize the array programmatically using
Question 18 3 Points Write a program called program d2.c that will decare an array of 350 Integer numbers and initialize the array programmatically using values 0, 2, 4, 6 until 698. Following that go through the array and count how many elements of the array are exactly divisible by the number 63. output the result Use the editor to format yuronswer Question 19 3 Points Write a program called program 04.c that will ask the user for a value for variable called sze. The value must be between 3 and 7 inclusive (ensured with a while or dowhite) Once the value is entered declared array of floats with as many as size elements and write code to go through the array and prompt the user to enter a value for each spet position Finally, go through the array once more this time calculating the sum of all the elements Finish by outputting the resulting sum Use the editor to fomot your de
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
