public class Exams { public static void main(String[] args) { // Instructions for this workbook are on Learn the Part (Workbook 6.2). System.out.println("It's time to take your 5th years exams. Please, take your seats.\n"); System.out.println(", you will take seat "); // Compare your result to what's on Learn the Part. } }