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