Hi all! I need some help with an application I have to code. I have to create an application that prompts the user to enter a student name and then displays what group a student is assigned to depending on the first letter in the student's last name. Last names beginning with A through I are in Group 1, J through S are Group 2, and T through Z are Group 3.
The one tricky part is that somewhere throughout the code I have to use the LIKE comparison. I know the first step to solve this problem is to first pull out the first letter of the last name, but I'm not sure how I would do that. Any help would be greatly appreciated, thanks!
The one tricky part is that somewhere throughout the code I have to use the LIKE comparison. I know the first step to solve this problem is to first pull out the first letter of the last name, but I'm not sure how I would do that. Any help would be greatly appreciated, thanks!