Question :
Write a program to validate Rowan student ids. All student ids must have length=9, they must start with "916" and they must consist of all numbers (no letters, hyphens, etc).
Provide an error message indicating why the id failed OR print a message indicating that you have typed in a valid student id.