Computer Science, asked by anuj, 1 year ago

Write a program in java to print
1 {}^{2}  + 2 { }^{2}  + 3 {}^{2}  + ..... +  \\ n {}^{2}
Without using any functions(like Math.pow)

Answers

Answered by anviksha1
1
this is the method to be used
Attachments:
Similar questions