Question: C Programming Implement a generic encoder / decoder : 1 . Reads the direction as a single character, + means encoding ( adding key to
C Programming
Implement a generic encoderdecoder :
Reads the direction as a single character, means encoding adding key to input means decoding subtracting key from input
The user will be asked to provide the direction.
Reads the user input up to the newline character.
The key is preset.
Supports both uppercase and lowercase letters. The letters should all be converted to lowercase before being encodeddecoded
As the input is read it will be encodeddecoded depending on the provided direction.
Make sure you dont process the newline character!
he processed character will be printed.
Encodingdecoding should function as explained
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
