Inisialisasi Array Kamus Java

static String[][] CANADA_DATA = {
  {"BC"," AB"},
  {"AB","BC","SK"},
  // rest of Canada here
}
Distinct Dog