encryption

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rahulkar12345
    New Member
    • Sep 2007
    • 2

    encryption

    write a c program to produce the following pattern?

    input:- code war
    output:- hjhi ghi
  • Meetee
    Recognized Expert Contributor
    • Dec 2006
    • 928

    #2
    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

    Comment

    • sicarie
      Recognized Expert Specialist
      • Nov 2006
      • 4677

      #3
      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.

      Comment

      Working...