Write a java programme | computer science
1. Write a Java programme that will be used as a school finance system. 2. Write a program to print the area of a rectangle by creating a class named ‘Area’ having two methods. First method named as ‘setDim’ takes length and breadth of rectangle as parameters and the second method named as ‘getArea’ returns the area of the rectangle. Length and breadth of […]