Question: Create a simple numeric to alpha code class SimpleCode that takes a set of numbers and turns them into words and sentences. The code should
Create a simple numeric to alpha code class SimpleCode that takes a set of numbers and turns them into words and sentences. The code should use the 0 to represent a space between words and 00 to represent a period at the end of a sentence. The 26 letters of the alphabet should be represented in reverse order. In other words, Z is 1 and A is 26. You may choose any delimiter that you like. In your final product, only the first letter of a sentence should be capitalized. Hint: StringBuilder might be useful as well as a set of parallel arrays or perhaps Enums.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
