.Write a java program to find area of rectangle.
Answers
Answered by
0
Explanation:
public class rectangle{
public static void main(String args[])
{
int width=5;
int height=10;
int area=width*height;
System.out.println("Area of rectangle="+area);
}
Similar questions
Computer Science,
30 days ago
Computer Science,
30 days ago
Biology,
2 months ago
English,
2 months ago
English,
9 months ago
English,
9 months ago
Hindi,
9 months ago