Jimin Park 24 Posted April 11, 2020 Is there a way to store key-value pair and retrieve them by key? How do I achieve this without using the given Array? These data structures are commonly referred to as Dictionary (C#) or HashMap (Java). Share this post Link to post Share on other sites
NaruTheHuman 94 Posted April 14, 2020 Hello there really isn't anything like dictionary yet, but you can use multidimensional array, where the main array will serve as key values, and under each key you can have multiple values. Share this post Link to post Share on other sites