Question: Problem 2: In a PHP program, assign 5 different integers in an array. The program will then separate the ODD and EVEN integers in two

Problem 2: In a PHP program, assign 5 different integers in an array. The program will then separate the ODD and EVEN integers in two arrays and print them. Sample Output: For example, if the array contains, 5, 4, 7, 6, 3. EVEN elements are: 4,6 ODD elements are: 5, 7,3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
