Skip to content

Commit 11aeb3f

Browse files
committed
readme format fix
1 parent 3b773d6 commit 11aeb3f

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,19 +51,19 @@ This repository contains all the java programming assignments for the CSE1007 la
5151
* Given a student name, fetch the names of all those who teach him/her.
5252
* if the elements of h1 are:
5353

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 |
5959
* And if the elements of h2 are:
6060

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 |
6767
* For the student “B”, faculty should be displayed as 333 and 444.
6868

6969
## Assignment 5

0 commit comments

Comments
 (0)