CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: mashachu

Search: Search took 0.02 seconds.

  1. Re: Need help with my program? (Breaking compound sentences)

    I realized that just now, I changed it to nextLine and everything is working perfectly. Thanks!
  2. Need help with my program? (Breaking compound sentences)

    I am having trouble making this code behave correctly.
    I am trying to split up a compound sentence assuming:

    1. AND is the only word that can create compound sentences.
    2. Any time that AND is...
  3. Replies
    1
    Views
    1,445

    Java: Breaking Compound Sentences

    Sometimes people write compound sentences which have two statements in one sentence.
    For example I like you and you like me. I would like you to write a function called
    BREAK_COMP that will accept...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured