Write a program that will read in a line of text and encrypt the outputted text.
You will change a to b, b to c, c to d and so forth with z changed to a. Your output will be all small letters and there will not be any punctuation.
Use the following text: Hello, my name is (include your name here). I attend XX College. Today is (include today’s date here).
Please upload the .cpp file and the results of running the program.