(Game: locker puzzle) A school has 100 lockers and 100 students. Alts are closed on the first day of school. As the students enter, the first g denoted S1, opens every locker. Then the second student, S2, begins with the second locker, denoted L2, and closes every other locker. Student S3 begins with the third locker and changes every third locker (closes it if it was open and opens it if it was closed). Student S4 begins with locker L4 and changer every fourth locker. Student S5 starts with L5 and changes every fifth locker, and on, until student S100 changes L100.
After all the students have passed through the building and changed the lockers, which lockers are open? Write a program to find your answer.
(Hint: Use an array of 100 boolean elements, each of which indicates w a locker is open (true) or closed (false). Initially, all lockers are closed.)
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.