Computer Science, asked by sparshtaneja969, 6 months ago

Write the output of the following:

int a[ ] = { 5, 8, 7, 3, 2 };

a[ 1 ] = a[ 3 ];

a[ 2 ] = a[ 4 ];

a[ 3 ] = a[ 1 ] + a[ 2 ];

for ( int i = 0; i < 5; i + + )

System.out.print( a[ i ] + “,” );​

Answers

Answered by bhuvanmanocha65
0

Answer:

EitherEitherEitherEitherEitherEitherEitherEitherEitherEitherEitherEitherEitherEitherE

Explanation:

Explanation:

EitherEitherEitherEitherEitherEitherEitherEitherEitherEitherEitherEitherEitherEitherE

Explanation:

Answered by r351713
0

Answer:

Sorry I don't know I am 1st PUC Computer student

Similar questions