A program to encode and decode text using simple characte…
In this lab, you will write a program to encode and decode text using simple character substitutions. The only characters permitted in a message will be upper and lower case letters, spaces, commas, periods, semicolons, and colons. Encoded messages will use the characters ‘1’, ‘2’, ‘3’, ‘4’, and ‘5’ together with the upper and lower […]
