code is already provided, just fix it and fill some missing parts
see the comments in my code, i indicated there the missing part
—voidOddDescending and voidEvenAscending (i need the codes there)
These were the conditions:
1. size of an array
minimum size of 5 and a maximum size of 25.
2. input values should be from (-50 to +50 only)
content of the code:
a. Arrange the data content of the array either in ascending or descending order.
b. arrange even numbers followed by odd numbers
d. another array for odd numbers then arrange it in descending order
d.another array for the ODD numbers and arrange the ODD numbers in descending order.
sorry if the codes are messy, but pls follow how it is done and fix it some missing part thank u


0 comments