1. Prompt for user ID, station, and lab.
2. Fixed array[SIZE]; SIZE = 4.
3. Each array points to dynamic array
So do i have the user determine the array size with the pointer? I'm so confused how to do a ragged array. I get
that its a multidimensional array with multiple inputs and outputs. But how do I go about prompting the user for it
and printing out each possible outcome? Like user says station 1, lab 2, and their custom id number. I hate being
confused.