WAP to area of a circle of radius 6.25.
Answers
Answered by
0
class prog1
{
public static void main
{
double radius=6.26;
double area = πr sq.
system .out .println ("double area=+"area + "cm") ;
}
}
{
public static void main
{
double radius=6.26;
double area = πr sq.
system .out .println ("double area=+"area + "cm") ;
}
}
Answered by
0
Answer:
Hey! Here is your answer in python...
from math import *
print(2*pi*6.25)
# HOPE THIS HELPS!!
Similar questions
Computer Science,
7 months ago
Math,
7 months ago
Math,
1 year ago
Math,
1 year ago
Computer Science,
1 year ago