Hi, I need help with this task:
Write a program that generates 100 random integers in the range1 to 100, and stores them in an array. Then, the program shouldcall a class method that extracts the numbers that are evenmultiples of 4 into an array and returns the array. The programshould then call another method that extracts the numbers that arenot even multiples of 4 into a separate array and returns thearray. Both arrays should then be displayed.
Thanks!
Expert Answer
An answer will be send to you shortly. . . . .