Computer Science, asked by rohanbunty2000, 2 months ago

2;
int i
int n
92;
while(i <= n) {
printf(i+" ");
i = i + j;
j = 1 + 2;
}​

Answers

Answered by adityapartapsingh92
0

Answer:

recheck your code. This is incomplete ir may be wrong

Similar questions