- Create an empty map of string keys and string values called "profile".
- Add the following data to the map
- First Name (provided string)
- Last Name (provided as string)
- Age (provided as int)
Click here to view the solution
Click here to view the solution