Answer to Question #40429 in C++ for ej
Question #40429
int ARR[ 4 ];
for (int i = 0; i < 4; i++)
if ( i % 2 == 0)
ARR[ i ] = 2 * i;
else
ARR[ i ] = i;
for (int i = 0; i < 4; i++)
if ( i % 2 == 0)
ARR[ i ] = 2 * i;
else
ARR[ i ] = i;
Expert's answer
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.
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.
Need a fast expert's response?
Submit orderand get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment