Computer Science, asked by Chinky24, 9 months ago

write a paragraph to calculate the area of square in JAVA.

Answers

Answered by adithyaCR7
3

public class java

{

public static void main (int a)

{

System.out.println (" Enter the value ");

area = a*a;

System.out.println ("the area of a square is ="+a");

}

}

Similar questions