Write Programs: To accept the side of a square and display its area.
Answers
Answered by
1
Answer:
public class shpere{
public static void main(String args[])
int s=13;
int area_square=s*s;
System.out.println("Area of the
Answered by
0
Answer:
Java Program
. public class shpere{
. public static void main(String args[])
{
. int s=13;
. int area_square=s*s;
. System.out.println("Area of the . . square="+area_square);
}
Similar questions
Social Sciences,
13 hours ago
Math,
13 hours ago
Social Sciences,
1 day ago
Math,
8 months ago
Math,
8 months ago