(Solved) : Create Visual C Program Uses Control Structures Loop Control Write Program Prompts User St Q31574981 . . .
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
Answer to Create Visual C Program Uses Control Structures Loop Control Write Program Prompts User St Q31574981 . . .
OR