-
Create a class called
Studentwith:String nameint rollNumberchar grade
-
Create a method
displayDetails()in theStudentclass that prints student information. -
In
Main.java, create aStudentobject, assign sample data, and calldisplayDetails().
- Complete the TODOs in
Main.java - Push your code. Your submission will be tested automatically.