Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create a new text file named ex 3 _ 1 . cpp with the following two lines. Be sure to replace the string YourFullName with

Create a new text file named ex3_1.cpp with the following two lines. Be sure to replace the string
YourFullName with your real full name.
/*Filename: ex3_1.cpp
Student: YourFullName */
2. Next to the above two lines, write a C++ program that will ask users to enter a large integer such as a social
security number (e.g.333445555) and another integer in the range, 10-999, as the key. Use one of the C++
bitwise operators to design an encryption and decryption application. Then, display the plaintext (the original
value) and ciphertext (the encrypted) as well as the decrypted result on the screen.
3. Download the provided template Word document and rename it to ex3.docx(or .doc). Capture a screen
shot similar to the following and paste it to a Word document.
4. Create a .zip file (must be .zip format) containing the .cpp file, the .exe file, and the .doc(or .docx or
.pdf) file.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions