Hi guys, I need help. I'd appreciate any pointers on how to go about with this problem. Thanks a lot.
Using arrays and/or pointers, make a prog that will ask for a string. 2 user-defined functions (encrypt() and decrypt()). encrypt the inputted string and display. e.g. HELLO->KHOOR......... ....orig: a-z,,,,code: d-z,a-c
Using arrays and/or pointers, make a prog that will ask for a string. 2 user-defined functions (encrypt() and decrypt()). encrypt the inputted string and display. e.g. HELLO->KHOOR......... ....orig: a-z,,,,code: d-z,a-c
Comment