Question: Create a class 'ProblemSolution' with following characteristics A public method 'solution' without parameters and return type is int. Create object of class 'Student' inside 'solution'
Create a class 'ProblemSolution' with following characteristics
- A public method 'solution' without parameters and return type is int.
- Create object of class 'Student' inside 'solution' method and return the value of rollNumber from the class 'Student'.
Output
10001
(Use Java to work on this question please)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
