my question is how I can do to control the number of characters, eg when I ask you to enter enrollment you must enter ASD (only 3 characters) and not ASDASF (so it would be wrong)
Console.Write("Ingrese matricula del vehiculo : ");
matricula = Console.ReadLine();
if (matricula == "")
mensaje = "La matricula es obligatoria\n";