Computer Science, asked by adjdjdj, 2 months ago

area of square using data input (JAVA) proper answer ...​

Answers

Answered by Braɪnlyємρєяσя
2

Explanation:

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

Similar questions