Look at the program and answer the following questions:
Public class area
{
Public static void main(String args[])
{
area a=new area();
a. Circle();
}
Public void Circle()
{
int r=0;
float area;
area=22.7*r*r;
System.out.println(“Area is”,+area);
}
}
A. What is the name of the function created in above program?
B. Label the statement where object is created.
C. What do you mean by keyword void?
D. Where you can find Arrays in your program? Label it.
please its urgents
Answers
Answered by
0
Explanation:
- "22.7" (and any subsequent words) was ignored because we limit queries to 32 words.
Similar questions