2019-05-05 00:41:44 +03:00
|
|
|
# Header
|
2019-04-12 11:58:03 +03:00
|
|
|
|
2019-05-05 00:41:44 +03:00
|
|
|
What you will learn?
|
2019-04-12 11:58:03 +03:00
|
|
|
|
2019-05-05 00:41:44 +03:00
|
|
|
1. **[Warm Up](https://github.com/inancgumus/learngo/tree/master/22-maps/exercises/01-warm-up)**
|
|
|
|
|
|
|
|
Create and print the maps.
|
|
|
|
|
|
|
|
2. **[Populate and Lookup](https://github.com/inancgumus/learngo/tree/master/22-maps/exercises/02-populate)**
|
|
|
|
|
|
|
|
Add elements to the maps that you've declared in the first exercise, and try them by looking up for the keys.
|
|
|
|
|
|
|
|
3. **[Hogwarts Students](https://github.com/inancgumus/learngo/tree/master/22-maps/exercises/03-students)**
|
|
|
|
|
|
|
|
Create a program that returns the students by the given Hogwarts house name.
|