How to get and update the value of a dynamic key in a dictionary

Hi @Olaoluwa,

update value in the dictionary
myDictionary[myKey] = myNewValue;