Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

cc++ help please and thank you. Function 2 Function Name: Function Parameters: Function Return: Function Description: EncryptString string (by reference) int (Number of characters to

image text in transcribedcc++ help please and thank you.

Function 2 Function Name: Function Parameters: Function Return: Function Description: EncryptString string (by reference) int (Number of characters to shift by) bool This function will perform a Caesar Cipher shift (http://en.wikipedia.org/wiki/Caesar_cipher). If the string contains any non-alpha characters do not perform the encryption and return false. Otherwise perform the encryption and return true. Function 3 Function Name: Function Parameters: Function Return: Function Description: DecryptString string (by reference) int (Number of characters the string was shifted by) bool This function decrypts a Caesar Cipher shift. If the string contains any non-alpha characters do not perform the decryption and return false. Otherwise perform the encryption and return true

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

Oracle 11G SQL

Authors: Joan Casteel

2nd Edition

1133947360, 978-1133947363

More Books

Students also viewed these Databases questions

Question

What are the challenges involved in running a virtual business?

Answered: 1 week ago

Question

what would you do if you were the accountant for smart kids

Answered: 1 week ago