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: linked list data for java programming....need help please !!

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

    Post linked list data for java programming....need help please !!

    Objectives:
    (1) demonstrate the ability to write, compile, and run a simple Java program.
    (2) solve a simple problem using recursion.
    (3) demonstrate the ability to use recursion.
    (4) demonstrate the ability to diagram a Java program.

    Instructions:
    A. Set up the compiler on your workstation.
    B. Write, compile, and run a Java program that:
    (1) prompts the user to type a 5 characters such as a 5 digit number,
    (2) calls a parameterless. void, recursive function named "reverse" to print the
    number backwards.
    C. Diagram (i.e. illustrate with a picture) your program completely.


  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: linked list data for java programming....need help please !!

    Did you have a question, or did you just want to post your homework?

    Please see the link in my signature on asking questions the smart way, then try again.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

Similar Threads

  1. Building a linked list whose nodes data is the sum of nodes of other list
    By AlaaAssaf in forum What's Wrong With My Code?
    Replies: 17
    Last Post: May 1st, 2014, 04:35 PM
  2. Nodes contain array data sets in a linked list. Need help iterating
    By Bawnawgwa in forum What's Wrong With My Code?
    Replies: 4
    Last Post: March 10th, 2014, 06:11 PM
  3. [Linked List] Problems deleting items from a linked list
    By KLVTZ in forum What's Wrong With My Code?
    Replies: 7
    Last Post: March 8th, 2013, 09:21 PM
  4. [Linked List] Problems deleting items from a linked list
    By KLVTZ in forum What's Wrong With My Code?
    Replies: 0
    Last Post: March 8th, 2013, 07:52 PM
  5. Spreadsheet data - linked list or hashmap
    By j919 in forum Collections and Generics
    Replies: 2
    Last Post: February 19th, 2011, 06:04 PM