Computer Science, asked by galithriveni, 3 months ago

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

Answers

Answered by KishanKumar0001
1

Answer:

2 5 10 17 26 37 50 65 82 101

Thanks

  • Please Rate My Answer As Brainliest
Similar questions