Answered step by step
Verified Expert Solution
Question
1 Approved Answer
language - c progamming Q1. Create a function to encrypt and print the encrypted string on screen. [10 marks] Rules of encryption are: a. Add
language - c progamming
Q1. Create a function to encrypt and print the encrypted string on screen. [10 marks] Rules of encryption are: a. Add 14 to the ascii code if the characters are capital b. Add 16 to the small case characters c. Add 18 to rest of the characters d. Add "ab" at the beginning and "ba" at the end of the string 8. Encrypt the string 9. Exit program Enter your choice Encrypted string is abgu l luba The original string was welcome (81 Prototype-> void toEncrypt(char*)Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started