Question: C++ language please Write a program that will generate 60 random numbers from min to max where min and max are both input by the
C++ language please

Write a program that will generate 60 random numbers from min to max where min and max are both input by the user and load them into an Array. Afterwards split the numbers into even and odd into two separate arrays. After the numbers have been split into even and odd print all three arrays at the end. Space the numbers and line them with 12 elements per line. (Use an appropriate C++ function to do that) Write a void function named input to let the user enter min and max. Assume the user enters these values such that min
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
