What is the output of this code


What is the output of this code sequence?

for ( int i = 5; i >= 0; i-- )

System.out.print( i + " " );

System.out.println( );

Solution Preview :

Prepared by a verified Expert
JAVA Programming: What is the output of this code
Reference No:- TGS01141130

Now Priced at $25 (50% Discount)

Recommended (98%)

Rated (4.3/5)