Question: What does the following Java code display on the screen? int rows = 4 ; String output = ; for ( int i
What does the following Java code display on the screen?
int rows ;
String output ;
for int i ; i rows; i
output output i;
for int j ; j i; j
output output ;
System.out.printoutput;
Question Answer
a
b
c
d
e
None of the above
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
