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 3 of 3

Thread: Please help me with my Case Study

  1. #1
    Junior Member
    Join Date
    Sep 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Please help me with my Case Study

    Our instructor gave us this lecture about our Case Study in our course Object Oriented Programming. Will you help me find a simple code about this as soon as possible? It will be highly appreciated.

    Build a simple help system that displays the syntax for the Java Control Statement. There is a code to display a menu, input users choice check for valid response and display information about the item selected. The program also loops until letter "q" is pressed. If you think about it, it is clear that the menu, the check for valid response and the display of information are integral part to the help system. How user's input are obtained and whether the repeated request should be processed or not. Thus, you will create a class that displays the help information, help menu and the checks for valid selection.

    -Add Constructor
    -Its method will be called HelpOn(), ShowMenu(), and isValid(), respectively.

    Thank you in advance if you will help me create this java program.


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Please help me with my Case Study

    Welcome to the forums. I recommend posting exactly what you've tried, and exactly where you are stuck. We will not do this for you, so to get the most out of these forums you must give us all information so everyone is on the same page. If you have not yet, please read the following links:
    http://www.javaprogrammingforums.com...e-posting.html
    http://www.javaprogrammingforums.com...-get-help.html
    The Oracle tutorials are a great location to learn about java:
    The Java™ Tutorials

  3. #3
    Junior Member
    Join Date
    Sep 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Please help me with my Case Study

    Thank you for your concern.

Similar Threads

  1. Switch Case Problem help
    By Kikiam in forum What's Wrong With My Code?
    Replies: 13
    Last Post: March 18th, 2012, 06:11 PM
  2. Case Switch Help?
    By xionyus in forum What's Wrong With My Code?
    Replies: 17
    Last Post: October 19th, 2011, 08:59 PM
  3. orphaned case
    By frozen java in forum What's Wrong With My Code?
    Replies: 3
    Last Post: April 5th, 2011, 08:35 PM
  4. [SOLVED] Exercise for study course help?
    By SweetyStacey in forum Object Oriented Programming
    Replies: 12
    Last Post: April 25th, 2010, 02:01 PM
  5. [SOLVED] upper case
    By andaji in forum What's Wrong With My Code?
    Replies: 2
    Last Post: March 13th, 2010, 11:54 PM