Computer Science, asked by tanishav23343, 1 day ago

Write Programs: To accept the side of a square and display its area.

Answers

Answered by cutegirl4847
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 priti7961
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