+ 3
Rowland Soto,
For next time, please share link to the code, or the code itself in the Description above (when it's rather short) instead of sharing a link to an image.
People here can't test image, we can test code (if supported in Code Playground) though.
This will output age of a person by the name "John" from Dictionary <d>
Console.Write( d[ name ] );



