Answered step by step
Verified Expert Solution
Link Copied!

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

image text in transcribed

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

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

Recommended Textbook for

New Trends In Databases And Information Systems Adbis 2019 Short Papers Workshops Bbigap Qauca Sembdm Simpda M2p Madeisd And Doctoral Consortium Bled Slovenia September 8 11 2019 Proceedings

Authors: Tatjana Welzer ,Johann Eder ,Vili Podgorelec ,Robert Wrembel ,Mirjana Ivanovic ,Johann Gamper ,Mikolaj Morzy ,Theodoros Tzouramanis ,Jerome Darmont

1st Edition

3030302776, 978-3030302771

More Books

Students also viewed these Databases questions

Question

Explain basic guidelines for effective multicultural communication.

Answered: 1 week ago

Question

Identify communication barriers and describe ways to remove them.

Answered: 1 week ago

Question

Explain the communication process.

Answered: 1 week ago