Pages

Tuesday, 26 December 2017

5, 11, 19, 29, What will be the next number?

for(i=6,j=5; i<=12; i+=2){ console.log(j); j= j+i; }

No comments:

Post a Comment