|
I've got write a program that reads a data file which contains a paragraph. I need to take each letter and convert it to two letters higher. So a-->c d-->f and y-->{. The spaces must not be changed. It needs to print the output into another data file. I must use arrays and have it in int main().
I would appreciate it if someone could point me in the write direction or show me a program that is somewhat like what I need.
Thanks
|
|
|
|
|
|
|
© Copyright codetoad.com 2001-2005 |
|
|