Hi I am new learner of C++.
I am stuck with a program using enum.
The program is to be written using enum which will display name of the student when we enter the roll no.
Now I am not getting how to access the enum members using the integer input.
Can you give some idea?