I was wondering if I would declare array as an int or char? or what I have to use pointers.
Create a single dimensional array of chars (10 elements) called nameNumber
Ask the user to put in the classname (e.g CISP350, CISP360)
The classname comprises of 4 letters and 3 numbers (Validation is not necessary)