1. make a table with all the people in a class. Something like:
tStudentNames = {Andy, Paul, Rob, Jack, Alyssa, Micah, Adam, Pablo}
2. Of those names, I need to select some as "Teachers". Let's say Rob was the teacher.3. Get a function which takes a name and tells me whether that user is a teacher in true or false.
4. Get a function which lists all teachers.
5. Get a function which lists all students, not teachers
6. Get a function which lists everyone.
This might be a lot to ask, but help is much appreciated!
-Reinified
EDIT:
Scroll to bottom of page, I got it done with the help of
danielsv03
Thanks for the help!