Connecting Tech Pros Worldwide Help | Site Map

encryption

Newbie
 
Join Date: Sep 2007
Posts: 2
#1: Sep 28 '07
write a c program to produce the following pattern?

input:- code war
output:- hjhi ghi
zodilla58's Avatar
Expert
 
Join Date: Dec 2006
Posts: 782
#2: Sep 28 '07

re: encryption


Quote:

Originally Posted by rahulkar12345

write a c program to produce the following pattern?

input:- code war
output:- hjhi ghi

What is this? Assignment for TSDN??

Spare some time to read posting guidelines.

Regards
sicarie's Avatar
Moderator
 
Join Date: Nov 2006
Location: USA
Posts: 3,929
#3: Sep 28 '07

re: encryption


Quote:

Originally Posted by rahulkar12345

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.
Reply