A Java program to generate the area of circle
Answers
Answered by
1
Heya.....❤️❤️
★ ★ ★ ★ ★ ★ ★ ★
class AreaofCircle{
public static void main()
{
{
int r = 7;
int Area = 22/7 * 7 * 7;
System.out.println("Area of circle = " + Area);
}
}
}
Output
Area of circle = 154
____________________________________________________________________________________
Java is a predifined computer specialized coding.
Java follows some rules in the programs.
★ ★ ★ ★ ★ ★ ★ ★
class AreaofCircle{
public static void main()
{
{
int r = 7;
int Area = 22/7 * 7 * 7;
System.out.println("Area of circle = " + Area);
}
}
}
Output
Area of circle = 154
____________________________________________________________________________________
Java is a predifined computer specialized coding.
Java follows some rules in the programs.
Anonymous:
hiii...nivrita can u plz answer my questions in maths ?
Answered by
1
a Java program .............
Similar questions
Physics,
6 months ago
English,
6 months ago
Computer Science,
6 months ago
World Languages,
1 year ago
Math,
1 year ago