int ARR[ 4 ];
for (int i = 0; i < 4; i++)
if ( i % 2 == 0)
ARR[ i ] = 2 * i;
else
ARR[ i ] = i;
1
Expert's answer
2014-03-24T11:59:23-0400
Dear visitor, Unfortunately, the statement of your question is a bit confusing. What do you need to be done? Please, give us the details so we could help you.
Comments
Leave a comment