Skip to content

Commit cb778bd

Browse files
author
albinsabu2023
committed
update q1
1 parent 8d64911 commit cb778bd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

quest1/quset.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## task1 1
1+
## task 1
22
create a class Course having
33
- courseId (int)
44
- courseName (String)
@@ -32,12 +32,12 @@ create a static method main findSortedCourse that take two arguments
3232

3333
### TEST CASES
3434

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 |
4141

4242

4343
input

0 commit comments

Comments
 (0)