program to print the series 0,3,8,15,24, 35,48,63
Answers
Answered by
3
Since you did not mention the code language....
The trick would be take a variable in a loop starting from 0 till 8 and print the no.s as the (square of the variable - 1)
The trick would be take a variable in a loop starting from 0 till 8 and print the no.s as the (square of the variable - 1)
mankoo1:
I need it in java language
Similar questions