Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Simple Code: nouns, singular into plural

  1. #1
    Junior Member
    Join Date
    Feb 2014
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Simple Code: nouns, singular into plural

    Hey guys, I just needed help designing a simple code that will turn the singular form of a noun into its plural form. For example, "dog" into "dogs". I've fallen behind in this Java course and I am so lost. Any help, guidance, or tips are welcomed.

    Thanks!


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Simple Code: nouns, singular into plural

    There are many things about this program that must be decided before working on a design for it.
    Where will the words come from?
    How will the program know if a word is a noun?
    etc

    Do you have any details about these topics?
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Need help with simple code
    By DreC32 in forum Object Oriented Programming
    Replies: 7
    Last Post: August 6th, 2013, 01:55 PM
  2. Looking for a simple code
    By Pipar in forum Java Theory & Questions
    Replies: 7
    Last Post: July 22nd, 2013, 01:12 PM
  3. Need help with simple code
    By suxen in forum What's Wrong With My Code?
    Replies: 2
    Last Post: February 21st, 2011, 08:10 PM
  4. Simple code error
    By robin28 in forum What's Wrong With My Code?
    Replies: 3
    Last Post: December 7th, 2010, 03:25 PM
  5. Java program to display single and plural words
    By 03EVOAWD in forum What's Wrong With My Code?
    Replies: 1
    Last Post: August 10th, 2009, 11:09 PM