Computer Science, asked by nesthangam, 1 year ago

write program in c language to find the area of square whose side is 5cm

Answers

Answered by hkumariya
0
class area
{
public static void main( )
{
int S=4, A
A =S*S;
system.out.println(A)
}
 }
Similar questions