ADVT POST

area of rectangle java program

AREAOF RECTANGLE JAVA PROGRAM

public class b_areaofrectangle {

    /**
     * @param args CREATED IN ECLIPSE
     */
    public static void main(String[] args) {
        // TODO Auto-generated method stub
int l=20;
int b=10;
int aor;
aor=l*b;
System.out.println("area of rectangle=" +aor);
    }

}


Share on Google Plus
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment

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