You will be first given an integer ID. In the following 4 lines, you will be given the information for 4 students. Each line contains: ID: an integer between 100 and 1000 class name: 3 characters long string which contains only letters and digits. Student name and surname: string which are not longer than 15 characters. And they contain only English letters. Student grade: An integer between 1 and 100 Show all the information for the student with the given ID. |