Coding Exercise – Sort Letters by Case (C++) July 10, 2018 c / c++, learn to code No Comments Given a string which contains only letters. Sort it by lower case first and upper case second. Example: For “abAcD”, a reasonable answer is “acbAD”. Challenge: You should do … [Continue Reading...]