area of square using data input (JAVA) proper answer ...
Answers
Answered by
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
Computer Science,
2 months ago
Math,
4 months ago
Math,
4 months ago
Hindi,
10 months ago
Biology,
10 months ago