Computer Science, asked by muskan65226, 1 month ago

Write a java program with output to calculate the Area of different shapes. Take the input for the area of square
please answer fast
it is for class 8​

Answers

Answered by architalohumi08
1

Answer:

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