Search:

Type: Posts; User: as1999

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    4,923

    so that when the user enters the key, the columns...

    so that when the user enters the key, the columns are swapped based on that key.
  2. Replies
    5
    Views
    4,923

    Hey, thank you. But a confusion still lingers, in...

    Hey, thank you. But a confusion still lingers, in this code you hard coded the columns and rows when swapping. How can I code it so that it does the calculations to this?
  3. Replies
    5
    Views
    4,923

    Reordering columns

    Hey my code is intended to take in an encrypted message and key then decrypts it.

    Firstly the lines would have to be read column wise then rearrange based on the reconstruction of the key. So if...
  4. Replies
    5
    Views
    3,099

    The output seems to spit out random characters at...

    The output seems to spit out random characters at the beginning of the new sentence.

    Sentence input: The quick brown fox jumps jump-suit over the lazy dog;
    Words to be censored: the,lazy,jumps;...
  5. Replies
    5
    Views
    3,099

    Joining 2 2D arrays

    Hey, my function traverses a 2D array of a sentence and a 2D array of words. The function then compares every position that word/s is in the sentence and replaces it with asterisks based on the...
Results 1 to 5 of 5