Question: Question 1 An array of 10 values is given int arr[10] = {4,1,2,6,7,8,9,1,2,3) . . Use a for() loop to print all the list like
Question 1 An array of 10 values is given int arr[10] = {4,1,2,6,7,8,9,1,2,3) . . Use a for() loop to print all the list like this = 4 1 2 678913 Use another for() loop to print the list ins reverse = 3198762 14 Use another for() loop to print even numbers only = 8 6 24 Use another for() loop to print odd numbers only 3 1971
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
