Computer Science, asked by VIVAANSINGHBISHT, 5 months ago

WAP in java to display the area of a Square.​

Answers

Answered by jiyasinha15092007
1

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);
  • }
  • }

Explanation:

hope it helps you

plz mark me as brainliest answer

Answered by GTVIDHAAN
0

Explanation:

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