Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

I need help with this method: I want to cipher a message from the user using the

ID: 3546260 • Letter: I

Question

I need help with this method:


I want to cipher a message from the user using the cipher key.

the user shoul enter the message .

Then he should enter the key like a number from 1 to 26 . The method should then transfer each letter into another letter using the ascii code. For example if the letter is A and the key is 3 , the letter after ciphering the messge will be D

most important that I have 2 classes one is Listnode has "char data "and "Listnode* next".

The other class is a class that contain this method and it has members like tail and head. which are pointers from the first

class (Listnode).

Explanation / Answer

I need help with this method: I want to cipher a message from the user using the