Question: Here is the starter code: #include #include #include using namespace std; int main() { vector normalV(26); vector cipherV(26); string toDec = ; string beenDec =

Here is the starter code:
#include
int main() { vector beenDec = toDec; // Decrypt secret message if (toDec.at(0) == cipherV.at(0)) { beenDec.at(0) = normalV.at(0); } cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
