Question: C++ need to write in the simplilist form using only using #include , , and namespace std; and also NO boolean or for statements simple

C++ need to write in the simplilist form using only using #include , , and namespace std;

and also NO boolean or for statements

simple array and functions are okay, but not the strlen array expression.

Read in a code -- one character for each of the letters of the alphabet. Next, read in a message. Encode the message using the code. Repeat. For example:

Enter the code: QWERTYUIOPASDFGHJKLZXCVBNM The code is: [Q][W][E][R][T][Y][U][I][O][P][A][S][D][F][G][H][J][K][L][Z][X][C][V][B][N][M] Incoming message: ABCD EFG: HIJ! Coded message: QWER TYU: IOP! Do you want to play again (Y/N)? N 

ALSO! You have to check that there are enough characters in the code. For example:

Enter the code: [SOME CODE IS ENTERED WHICH IS LESS THAN 26 CHARACTERS] The code is not big enough! Do you want to play again (Y/N)? Y [CONTINUE] 

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!