Hi,
Can anyone please help me write the code for the following question:
There is an array of i elements. Write a constraint to put random even numbers (choose any even number from 1 to 100) in the odd ith element of the array and random odd numbers (choose any odd number from 1 to 100) in the even ith element of the array.
Thanks,
Sruthi.