Print your final output using CodeHS println() statements to visually verify that your input matches the expected grading test matrix.
You will use if-elif-else structures to determine how a character changes. If a character meets a specific rule requirement, it is transformed; if not, it passes through to the encoded string unchanged. Step-by-Step Code Implementation 8.3 8 create your own encoding codehs answers
The most widely used encoding standard is (American Standard Code for Information Interchange). ASCII assigns each character a decimal number, which is then converted to binary. For example: Print your final output using CodeHS println() statements