ADVT POST

Area Of Circle Java Program java programming

AREA OF CIRCLE JAVA PROGRAM

public class b_areaofcircle {

    /**
     * @param args
     */
    public static void main(String[] args) {
        // TODO Auto-generated method stub
int r=10;
double aoc;
aoc=3.14*r*r;
System.out.println("AREA OF CIRCLE= "+aoc);
    }

}



Share on Google Plus
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment

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