Help .. New member just doing programming

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • deme32
    New Member
    • Nov 2008
    • 1

    Help .. New member just doing programming

    I am to write a prog to manip sentences in diff ways. I am to prompt the user for the three manipulration options they wish. They are

    reorder sentence
    sentence encryption
    count vowels
    quit

    You are to read in a sentence entered by the user. the words in this sentence will be in the wrong order

    you are then to repeatedly prompt the user for the position of words to switch. after each switch is made you should reprint the newly constructed sentence.

    if the user enters a negative number as a word position to switch you should quit the program

    if the user enters a number less than one , or greater than the number of words in the sentence you should print the following:

    Invalid position entered and ask for the first position again.
  • jkmyoung
    Recognized Expert Top Contributor
    • Mar 2006
    • 2057

    #2
    What type of code are you using?
    You'd get a faster response in the designated forum.

    Have you figured out how you are going to do it?

    Comment

    • debasisdas
      Recognized Expert Expert
      • Dec 2006
      • 8119

      #3
      Question Moved To Misc Questions Forum

      Comment

      • RedSon
        Recognized Expert Expert
        • Jan 2007
        • 4980

        #4
        The experts on this site are more than happy to help you with your problems but they cannot do your assignment/program for you. Attempt the assignment/program yourself first and post questions regarding any difficulties you have or about a particular function of the code that you don't know how to achieve.

        Please read the Posting Guidelines and particularly the Coursework Posting Guidelines.

        Then when you are ready post a new question in this thread.

        MODERATOR

        Comment

        Working...