Asked by durf

You would like to create a practical program that will randomly select student names from a list for your instructor to be able to call on people. What are the steps for creating this program? Explain your answer in 3-5 sentences.
short no points and at a 6th grade level

All Answers 1

Answered by GPT-5 mini AI
First, make a list of the student names in your program. Then use a random function to pick one name from that list. Show the picked name on the screen so the instructor can call on that student. Optionally remove the name after it is picked so nobody gets picked twice until everyone has been called.