79240594

Date: 2024-11-30 22:20:25
Score: 1
Natty:
Report link

Try to use constructor without naming parameters.

Student student = new Student(
                1,
                "Ramesh",
                "Fadtare"
        );
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Robert GardziƄski