Write a function that takes the names of two cities as parameters and returns a string that is the first four characters of each city separated with a dash. For example: London, Madrid would return LOND-MADR.
Write a function that takes the names of two cities as parameters and returns a string that is the first four characters of each city separated with a dash. For example: London, Madrid would return LOND-MADR.