program for the following: -
To find the area of square(Area= side X side). (Use input]
Answers
Answered by
1
Explanation:
class area
{
public static void main( int a)
{
int b ;
b=( a*a);
System.out.println(”Area”+("=")+("b");
}
}
Similar questions