write a c program to produce the following pattern?
input:- code war
output:- hjhi ghi
cout << "hjhi ghi";
You need to give us much more information. That's certainly not a Caesar shift, so we have no idea what your algorithm is, or what you have done on it. As zodilla suggested, check out this section. If you follow that, we will have enough information to help you.
Comment