Logic Building Assignment (Java)

Problems on Various Topics Class and Objects 1.Create a class Student with properties name, age, and grade. Write a program to create an object of Student and display its properties. 2.Create a class Rectangle with properties length and width. Write a method calculateArea to calculate the area of the rectangle. Create an object of Rectangle, … Read more