create a program that takes in an even sized string and prints out the first half concatenated with second half string separated by a single space, and the first half must be turned all capital letters whereas the second part turn to all lowercase

0

Create a program that takes in an even sized String and prints out the first half concatenated with second half string separated by a single space, and the first half must be turned all capital letters whereas the second part turn to all lowercase

By Beginner Shannon PriceV at Nov 05 2020


Related code examples


Code examples by languages