public int multiply( int n )

{

if (n == 0)

return 1;

else if (n % 2 ==1)