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
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
Social Sciences,
2 months ago
Math,
2 months ago
CBSE BOARD XII,
2 months ago
Biology,
5 months ago
English,
1 year ago
Math,
1 year ago