blink Rathod

Rathod

Saturday, 14 December 2013

Square java code

public class square
{
          public static void main(String [] arg)
               {
                     int a=Integer.parseInt(arg[0]);
                     int b=a*a;
                    System.out.println("Addition is="+b);
              }
 }

No comments :

Post a Comment

Note: only a member of this blog may post a comment.