• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

creating a locker app in vb.net

Initiate Mage
Joined
Sep 13, 2013
Messages
1
Reaction score
0
Simulates a progressive cycle of closing and opening every nth locker in a hall of 100 lockers, with n starting at the 2nd locker and continuing through to the 100th locker. Represent the locker status (opened or closed) as a Boolean array with True respresenting opened. When it starts, should be open and their status displayed in a list box when initialize is clicked.
Simulate, the status of every 2nd locker should be switched( if it is open the close it and if it is closed, open it The status of every 3rd locker should be switched. Continue this process for every 4th through the 100th locker. Display the concluding locker statuses in a list box. Does anyone know vb.net if so, could you please explain how to do it.
 
Back
Top