Computer Science, asked by Aaina1628, 3 months ago

program for the following: -
To find the area of square(Area= side X side). (Use input]

Answers

Answered by Amandeep2652
1

Explanation:

class area

{

public static void main( int a)

{

int b ;

b=( a*a);

System.out.println(”Area”+("=")+("b");

}

}

Similar questions