public class CharSortTest {

public static void main(String[] args) {

char[] letters = {'j', 'a', 'z', 'y', 'x'};

char min = 0;

char swap = 0;