1.

Write a program to compute the subsequent 1+4+9+16++100 Like this (1^2+2^2) Hint use function pow(a,b)

Answer»


Discussion

No Comment Found