Create a Visual C++ program that uses control structures forloop control. Write a program that prompts the user for a string ofcharacters and outputs the character encrypted. Each character ofthe string is to be encrypted be subtracting 10 from its ASCIIvalue. Prompt the user to a string to encrypt and save the userinput in a string.
Use a loop to examine each character in the string.
Encrypt the character by subtracting 10.
Display the original character and the encrypted character.
Expert Answer
An answer will be send to you shortly. . . . .