write a class program with class name rectangle , data type int length ,int breadth
Answers
Answered by
0
Answer:
follow me pls I am following you
Answered by
1
When you compile this program, you will find that two class files have been created, one for Rectangle and one for RectangleArea. The Java compiler automatically puts each class into its own class file.
To run this program, you must execute RectangleArea class. This is because the main () method is in this RectangleArea class and not in Rectangle class.
Similar questions
Math,
2 months ago
Social Sciences,
2 months ago
Math,
2 months ago
Math,
5 months ago
Math,
10 months ago