I’m a world-renowned fashion designer and I’m about to screen new models for next month’s Fashion Week. I made them all wear different numbers and what I want you to do is separate the even numbered models from the odd numbered ones and make sure they get to go first. I don’t care if they call it number discrimination, I just have a preference for even numbers, okay? It’s not weird! Input
3. Separate Even and Odd
by CodeChum Admin
I’m a world-renowned fashion designer and I’m about to screen new models for next month’s Fashion Week. I made them all wear different numbers and what I want you to do is separate the even numbered models from the odd numbered ones and make sure they get to go first. I don’t care if they call it number discrimination, I just have a preference for even numbers, okay? It’s not weird!
Input
1. Number of elements
Constraints
The value is > 0.
2. Elements of the array
Constraints
Each element is within the range: 0 <= n <= 2,147,483,647
Output
The first line will contain a message prompt to input the number of elements. The second line will contain message prompts for the elements of the array. The succeeding lines will contain the arranged elements of the array. Make sure to print the numbers in the order in which they appear in the input. In this case, since 6 appeared first before 12, 6 is printed first.
Step by step
Solved in 2 steps