GAM1545 F19 Array Exercise rot13 PDF

Title GAM1545 F19 Array Exercise rot13
Course C++ Programming
Institution Algonquin College
Pages 1
File Size 118.6 KB
File Type PDF
Total Downloads 85
Total Views 144

Summary

array exercise...


Description

GAM1545 ROT-13 Array Exercise Write code that does the following:   

Reads in a sentence, storing it in an array of chars Performs a ROT-13 on the text Displays the result

Do this entirely by manipulating the array. Do not use any C-style string functions (we have never talked about these in class) Start with code to read in a C-style string: const int c_maxText = 256; char text[c_maxText]; cout...


Similar Free PDFs