how many iterations would this lsquofor loop run


How many iterations would this ‘for' loop run for?
for ( x = 50 ; x < 0 ; x = x - 1 ) {
document.write ( x ) ;
}

Answer:
50 iterations

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: how many iterations would this lsquofor loop run
Reference No:- TGS0283959

Expected delivery within 24 Hours