{ while(thue) { gate.pass(myname, myaddress); } } } public class Main { public static void main(String[] args) { Gate gate = new Gate(); new UserThread(gate, โAliceโ, โAlaskaโ).start(); new UserThread(gate, โBobbyโ, โBrazilโ).start(); new UserThread(gate, โChrisโ, โCanadaโ).start(); } }