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

Thread: Help w/ Java Class.

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

    Default Help w/ Java Class.

    I have recently enrolled in a Java class and need some extra help writing a program. This weeks work includes making the user input 1 2 3 or 4 depending on what type of shape they want the area of, and then the user will put in the required measurements for whatever shape they picked. I have a pretty good idea of what im doing, but I just need some extra help and it would be extremely appreciated. My skype is logan.crone ( text, not video chat )


  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: Help w/ Java Class.

    Please post any specific questions you have about your assignment here.
    If you don't understand my answer, don't ignore it, ask a question.

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

    Default Re: Help w/ Java Class.

    I just think there would be too many as I am pretty new.

  4. #4
    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: Help w/ Java Class.

    Start by making a list of what steps the program needs to do to solve the problem.
    Then start with the first step in the list and expand on it and then try to code it.
    If you don't understand my answer, don't ignore it, ask a question.

  5. #5
    Super Moderator curmudgeon's Avatar
    Join Date
    Aug 2012
    Posts
    1,130
    My Mood
    Cynical
    Thanks
    64
    Thanked 140 Times in 135 Posts

    Default Re: Help w/ Java Class.

    Quote Originally Posted by LoganC View Post
    I just think there would be too many as I am pretty new.
    Then you will likely want to read the tutorials or your book to get a better handle on things. There are some great tutorials that you can find here: The Really Big Index

  6. #6
    Member
    Join Date
    Sep 2012
    Posts
    98
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: Help w/ Java Class.

    I already have a book, but I feel I could read it a million times and It wouldn't have effect, I have to see how things are put together and study them.

  7. #7
    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: Help w/ Java Class.

    The tutorial has lots of examples. If you read through some of the pages, you will find links to pages full of examples.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. need to make basic class and implementation class (base class without void main)
    By javanewbie101 in forum Object Oriented Programming
    Replies: 1
    Last Post: September 19th, 2012, 08:03 PM
  2. create a test class (main method) to start(run) the class in Java
    By curious725 in forum Java Theory & Questions
    Replies: 5
    Last Post: August 1st, 2012, 03:21 AM
  3. is it possible to extends java class with another class from different package?
    By fredsilvester93 in forum Java Theory & Questions
    Replies: 6
    Last Post: July 20th, 2012, 03:51 PM
  4. Replies: 3
    Last Post: June 17th, 2012, 06:22 PM
  5. Replies: 1
    Last Post: January 17th, 2012, 10:25 AM