-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Milestone
Description
Return number of marks greater than a mark in marks array.
int numberOfMarks(int[] marks, mark)
Its the same problem than we have done in EDA exam.
You can contribute and add your solution!!!!
How to add your solution:
1. In package problems/problem2 create a *YOURNAME*Imp java class.
2. Implement ExamMarks in your class and fill it.
3. Add your implementation in ExamsMarksFactory in Arrays.asList next to the last implementation