Question: how to get output of this code? i = n; while (i > 1) { j = i; while (j
how to get output of this code?![]()
i = n; while (i > 1) { j = i; while (j
Step by Step Solution
3.24 Rating (148 Votes )
There are 3 Steps involved in it
The code youve provided sets up nested while loops which are a common construct in programming to ex... View full answer
Get step-by-step solutions from verified subject matter experts
