So I'm trying to create a small car park management system. What I want to do is to have users input their vehicle number and it will store it into an array. I also want other elements like check in time, a serial number, vehicle type, etc. to be stored with the vehicle number.
I want to know how I can use a multidimensional array to store all what I mentioned into the vehicle number so that when the user types their veh number again, it would show all other elements stored within that.
Sorry if I'm not making it clear enough.