1.

Write algorithm for finding the square of a number

Answer» Pow(n,2);
Int n , sqr;Sqr=pow(n,n);


Discussion

No Comment Found