CBSE BOARD XII, asked by kaka40, 11 months ago

how many times the following while loop get executed?
int M=N;
int L=36;
while(M<=L)
{ M+=6; }
(b) what will be the values of variable 'R' and 'S' after the execution of the of the following code?
Int R,S=0;
for(R=1;R<=4;R++) { Q+=R;
Q--; }

Answers

Answered by Sameqtr2017
0
You can find on the internet
Similar questions