File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- ## task1 1
1
+ ## task 1
2
2
create a class Course having
3
3
- courseId (int)
4
4
- courseName (String)
@@ -32,12 +32,12 @@ create a static method main findSortedCourse that take two arguments
32
32
33
33
### TEST CASES
34
34
35
- | CourseId | courseName | courseAdmin | quiz | handson |
36
- | ----------| ------------| -------------| ------| ---------|
37
- | 111 | Kubernetes | Nisha | 40 | 10 |
38
- | 321 | casandra | Rashmi | 40 | 10 |
39
- | 457 | apachespark| Nisha | 40 | 10 |
40
- | 987 | sitecore | Tirth | 40 | 10 |
35
+ | CourseId | courseName | courseAdmin | quiz | handson |
36
+ | ----------| ------------- | -------------| ------| ---------|
37
+ | 111 | Kubernetes | Nisha | 40 | 10 |
38
+ | 321 | casandra | Rashmi | 30 | 15 |
39
+ | 457 | apachespark | Nisha | 30 | 12 |
40
+ | 987 | sitecore | Tirth | 50 | 20 |
41
41
42
42
43
43
input
You can’t perform that action at this time.
0 commit comments