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: NEWBE in major distress!!!!

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

    Default NEWBE in major distress!!!!

    I needd to take this Java class I will never be a programmer but I Have no clue where to even start on this, thank to all who can help!

    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.


  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: NEWBE in major distress!!!!

    Suggested reading:
    http://www.javaprogrammingforums.com...wbie-tips.html
    Thread locked as duplicate

Similar Threads

  1. I'm a CSC major who hates programming.
    By Ampageg in forum The Cafe
    Replies: 3
    Last Post: August 1st, 2013, 01:21 PM
  2. I am having major issues with layouts
    By angryfetus in forum What's Wrong With My Code?
    Replies: 1
    Last Post: March 6th, 2012, 10:27 PM
  3. Need major help with a program for class
    By burnenator in forum What's Wrong With My Code?
    Replies: 7
    Last Post: November 20th, 2011, 10:55 PM
  4. Major Help Needed!
    By Rads23 in forum What's Wrong With My Code?
    Replies: 2
    Last Post: August 13th, 2011, 10:03 AM
  5. need help in major project
    By h313 in forum The Cafe
    Replies: 1
    Last Post: August 1st, 2010, 10:58 AM