Program to find FLAMES in java

Output Enter your name:  Jothibasu Enter your partner's name:  people The number is : 13 p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Monaco} p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Monaco; color: #00cf90} people is your Affection Enter...

Odd numbers in odd index of array | Even numbers in even index of array

This logic is written only for equal number of odd and even numbers Sample Output  Enter array size: 6 Enter array elements: 1 2 3 4 5 6 After Shifting array elements : 2 1 4 3 6 5 Source Code ...