Computer Science, asked by 21730676, 8 months ago

What must the initialization be so that the following fragment prints out the
integers -3 -2 -1 ?
for ( _______; j < 0; j++ )
System.out.print( j + " " );
System.out.println( );

Answers

Answered by prashantrohilla32
0

Answer:

-3

Explanation:

Attachments:
Similar questions