File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -51,19 +51,19 @@ This repository contains all the java programming assignments for the CSE1007 la
51
51
* Given a student name, fetch the names of all those who teach him/her.
52
52
* if the elements of h1 are:
53
53
54
- | Stud name | Courses registered |
55
- | ---------- | ------------------------- |
56
- | A | Python, Math, C |
57
- | B | C, C++ |
58
- | C | C++, Physics, Chemistry |
54
+ | Stud name | Courses registered |
55
+ | --------- | ----------------------- |
56
+ | A | Python, Math, C |
57
+ | B | C, C++ |
58
+ | C | C++, Physics, Chemistry |
59
59
* And if the elements of h2 are:
60
60
61
- | Course Name | Faculty |
62
- | ------------ | ------------- |
63
- | Python | 111 |
64
- | Math | 222 |
65
- | C | 333 |
66
- | C++ | 444 |
61
+ | Course Name | Faculty |
62
+ | ----------- | ------- |
63
+ | Python | 111 |
64
+ | Math | 222 |
65
+ | C | 333 |
66
+ | C++ | 444 |
67
67
* For the student “B”, faculty should be displayed as 333 and 444.
68
68
69
69
## Assignment 5
You can’t perform that action at this time.
0 commit comments