I am still currently working on my program. But I am wondering how do I use the string of arrays inside the constructor with int parameter?
What I did was to intake the amount of classes a Student haves, and then use the amount to create string of arrays that'll store Student's course names.
Well on lines 46-52 I am trying to create an allocated array of strings so I can enter my course names into there.
I have to create a specific amount of space through the request of the user's and then enter the class names into there.