In this exercise, you should:
Import the image file “room.png” into your NetLogo environment.
Use a slider to control the number of people in the room (ranged from 50 to 300).
Each one in the room can only forward 0 or 1 in a single tick.
People in the room are very polite and well-educated, they don’t push each other.
Use [die] to represent people who leave the room.
The program will stop until there is nobody in the room.
You may consider using “monitor” or “plot’ to illustrate your outputs.
You can add any reasonable assumptions.
Please submit your ” logo” file to Moodle by the due date.