What is the output of this code sequence?
for ( int i = 5; i >= 0; i– )
System.out.print( i + ” ” );
System.out.println( );
What is the output of this code sequence?
for ( int i = 5; i >= 0; i– )
System.out.print( i + ” ” );
System.out.println( );