Ask the user to enter the roll number.The roll number has to begin with IAD followed by some number
Example
IAD 123
I have to store only the number.
Here is the code which i have written so far
how should i continue.Any helpCode:String rollNumber;
Scanner scan = new Scanner(System.in);
System.out.print("Enter the Roll Number");

