Question: Create a program that declares and initializes an array of 100 integers with random values in the range from 10 to 70. Then split this
Create a program that declares and initializes an array of 100 integers with random values in the range from 10 to 70. Then split this array into 2 additional arrays (their sizes have to be identified on-fly) while copying odd numbers into the first additional array and even numbers into the second additional array. Separately print both additional arrays. (java and netbeans)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
