I am re-learning how to code, but with a new-ish language; please forgive if this or any questions I ask seem a little off the wall.
As the title says. I don't have any code as of yet, but I find that I want to create an array that keeps track of an item name and the weight of said item on the same index. So what I want to do is create something like
array[string[] ItemName, int ItemWt[]];
Looking at this maybe I need a struct, but I haven't figured those out in C# with forms development, yet.
I am using Microsoft's Visual Studio 2019.