import java.util.*; public class Main { public static void main(String[] args) { Guest guest1 = new Guest("小明",false); &...