Skip to content

Commit 11debd9

Browse files
committed
Update README.md
1 parent 256774f commit 11debd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ This repository contains all the java programming assignments for the CSE1007 la
5050
<img src="https://raw.githubusercontent.com/jacobjohn2016/Java-Programming/master/Images/3-donors-output.png" alt="Donors output" width="600">
5151
</p>
5252

53-
2. Write a program to demonstrate the knowledge of students in working with Java collection framework. [Ans](https://github.com/jacobjohn2016/Java-Programming/blob/master/assignment4/src/HashStudents.java)
53+
2. Write a program to demonstrate the knowledge of students in working with Java collection framework. [Ans](https://github.com/jacobjohn2016/Java-Programming/blob/master/FAT-Practice/src/MapsPractice.java)
5454
> Eg., Assume only a maximum of 3 courses can be registered by a student for week end semester classes. Create a hashmap ‘h1’ with ‘n’ key-value pairs where keys are the names of students and values are the courses registered by them. Create another hashmap ‘h2’ with ‘m’key-value pairs where keys are the names of courses offered for B.Tech and values are the names of faculty handling the courses. Write appropriate code to:
5555
* Add or remove a student from h1
5656
* Iterate over the maps and display the key-value pairs stored in them

0 commit comments

Comments
 (0)