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: HELP!!!!

  1. #1
    Junior Member
    Join Date
    Jun 2013
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default HELP!!!!

    I need major help I'm very new to Java will never be a programmer but need to take a class, where does anyone start with this, thank you!

    Develop a Computer class that describes your computer. The class must have at least five attributes comprised of a minimum of three different data types. At least one method should be defined in your class. Prepare a program that utilizes the Computer class and prompts the user for information about their existing computer followed by information about a future, more desirable computer. Use Scanner class for data input. You must use at least two variables of data type integer and calculate or quantify the improvement over the existing computer using these variables. Display a table that displays all the information to the screen, such as the attribute values and the results of the calculations. Your program should create at least two instances of your Computer class.

    Be sure to use variables, the Scanner class and calculations. The program should output the values of the instance variables and the results of any calculations.

    Input data for the current computer as well as for the desired computer. Your assignment submittal should include your properly commented java code and the class file.

    --- Update ---

    I also need to comment all code

  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: HELP!!!!

    Do you have a question? The implied question is 'can you do this for me?' And the implied answer has nothing to do with whether we can, but whether we should: and the answer to that is a big fat no.
    Suggested reading:
    http://www.javaprogrammingforums.com...wbie-tips.html
    http://www.javaprogrammingforums.com...uncements.html
    as well as the links in my signature

    Edit: Not surprisingly crossposted at
    http://www.java-forums.org/eclipse/79356-help.html