I am new to c++. In my code right here I am trying to find a specific element from my int type vector;
do { int iStud = (rand() % max--) + 1; cout &l