c++

profiletatanga

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.

    • 6 years ago
    • 10
    Answer(2)

    Purchase the answer to view it

    blurred-text
    NOT RATED
    • attachment
      Order101653.docx

    Purchase the answer to view it

    blurred-text
    NOT RATED
    • attachment
      output.txt
    • attachment
      input.txt
    • attachment
      Source.cpp