Challenge: Basic String Manipulation
Develop an application for string manipulation, including counting characters, converting them to lowercase, and determining character occurrences using TDD.
We'll cover the following...
Task and requirements
You’re given a string containing a sentence. Your task is to create a Java program that performs the following operations:
Count the total number of characters in the sentence, excluding spaces.
Convert the sentence ...