COMP 122 Lab 7 Lab Report and Source Code
Purchase here
http://www.homeworkcourse.com/shop/comp-122-lab-7-lab-report-source-code/
Product Description
The focus of this lab is on using strings. You will have an opportunity to work with
both C style strings and the string data type. This lab also gives you an opportunity to
use what you have learned previously, including using functions, array processing,
repetition, and selection. You will also have an opportunity to work with file input and output.
You are to design and implement a program which does encryption and decryption of data from
files. Encryption is the process of taking plain lines of text and performing some algorithmic
transformation on the data to create an encrypted line of text which looks nothing like the original.