Tuesday, January 27, 2015 JAVA Program to find the "Perimeter of a Circle". Author 11:24 PM Java, Study Notes, tutorials No Comments JAVA Program to find the Perimeter of a Circle.class Circle{ public static void main(String args[]) { double r=5; double prmtr; prmtr=2*3.14*r; System.out.println("The Perimeter of Circle is : " +prmtr); }} OUTPUT Email ThisBlogThis!Share to XShare to Facebook Facebook Twitter Google+ Stumble Digg ← Newer Post Older Post → Home 0 comments: Post a Comment Subscribe to: Post Comments (Atom)
0 comments:
Post a Comment