1.

16, -State the output of the following function :public void show() long y = 838383, n = y, p,s; while( n >0) p = n % 10; System.out.println( Math.pow( p, 2)); n = n/100; System.out.println( y ); }​

Answer»

PLEASE MARK me in BRAINLIST...



Discussion

No Comment Found