Write a program to input the names of 15 cities sort in descending order using selection sort technique. import java.util.Scanner; […]