1.

Write algorithm for finding the square of a number

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


Discussion

No Comment Found