Jump to content

please do sole this program

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
vivek

vivek

    Newbie

  • Members
  • Pip
  • 2 posts
Create a program that takes in a wordsearch board, and list of words and finds the
location of all the words hidden.
Input:
Input consists of 50 lines of 50 characters each (all uppercase), this is the game board.
Following it, untill the end of file is the list of words that are hidden in the board.
Output:
Output consists of you printing the board back out to the screen, with all the characters
that were not part of a hidden word removed and replaced with a space.
ex. input:
Quote
word: "the"
board:
TJK
BHQ
ERE
ex. output
T
H
E

#2
dargueta

dargueta

    Writes binary right handed and hex left handed

  • Moderators
  • 4,717 posts
I smell homework...

We generally help with homework, not do it for you. Do you have any code? How about pseudocode?
sudo rm -rf /

#3
cdg10620

cdg10620

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 389 posts
And again...

While( !User.hasAnswer )
{
     User.askQuestion();

     if( User.postCode && User.putForthEffort )
     {
          CodeCallMembers.Help();
          User.hasAnswer = true;
     }
     else
     {
          CodeCallMembers.Laugh();
     }
}

-CDG10620
Software Developer