Computer Science, asked by sumitmazumdar, 1 year ago

var i = 1; while( i <=5 ) { for (j =3; j<=i; j++) document.write (i + "<br>" + j ); }. what will be the result of the code ​

Answers

Answered by ayushbanka
0

Samajh me nhi aa rha h bhai


sumitmazumdar: hoga choro
Answered by itsjaiganesh
0

Answer:

Fatal Error: Execution time limit was exceeded

Explanation:

variable i was not incremented or decremented in while loop.

Similar questions