Instructions.java 217 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 public class Instructions { public static void main(String[] args) { Student you = new Student(); you.openDiscord(); you.enterLectureBreakoutRoom(); you.greetNewFriends(); } }