Hi, I have to do registration (it will be composed of 4 consecutive numbers followed by 3 consecutive letters, without blank spaces between numbers and letters). And I want a method that receives a string enrollment and check that it has an appropriate format
I have done,
private final String matricula ="1111AAA";
Would that be fine? Or would you create a method?