Kartier Pohs
Home
About
Contact
Yogesh Prasad | Ethical Hacker | Cyber Security Expert
Home
Tips and Tricks
Computer
Internet
Facebook
Mobile
Programming
Java
PHP
ASP
SQL
Computer Graphics
Tech news
Ethical Hacking
WAPT
XSS
POC OF BUGS
Cyber Security
How TO
About Me
Tuesday, June 16, 2015
JAVA Program to find the Perimeter of a Circle
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
Share !
Tweet
No comments:
Post a Comment
Subscribe to:
Post Comments (Atom)
Copyright 2015 @
Yogesh Prasad
No comments:
Post a Comment