class App { public static void main(String[] args) { String[] plateList = { "AA-AB-342", "AA-CA-183", "AA-AD-834", "AA-AA-814" }; } }