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: need HELP FAST PLEASE HELP ME

  1. #1
    Junior Member
    Join Date
    Nov 2011
    Posts
    1
    My Mood
    Confused
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Thumbs up need HELP FAST PLEASE HELP ME

    •Name it Ch7Test.java (5points)
    •Create a main method (5points)
    •The main method needs to call on the "percentage" class. (20points)
    • Create a method named "defect" (15points)
    •The "defect" method needs to be a return method. **Hint***It doesn't need the word void. (20points)
    •The "defect" method needs to return the percent to a text line in the main method. (25points)
    •Your out put needs to look like the following... (10points)

    Out of engine blocks made by Zilbermann engine company, % were defective. And defective engines were made?
    .


  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: need HELP FAST PLEASE HELP ME

    First, do not hijack someone else's post - I have deleted your other post. Second, read the link in my signature entitled getting help. Third, your question is no more important than anyone else's here - saying you need something fast is contradictory to this and can be perceived as selfish (not helping your chances). Fourth, we aren't a homework service. Make and show an effort, and perhaps get some help. Lastly, suggested reading: http://www.javaprogrammingforums.com...e-posting.html

Similar Threads

  1. need help fast
    By coke32 in forum Loops & Control Statements
    Replies: 6
    Last Post: October 31st, 2011, 11:04 PM
  2. need help fast!!
    By nwollis in forum What's Wrong With My Code?
    Replies: 3
    Last Post: September 27th, 2010, 05:12 PM
  3. Externally sorting ints as fast as possible
    By Djikstrangle in forum Algorithms & Recursion
    Replies: 4
    Last Post: September 21st, 2010, 03:00 PM
  4. Code stopping, need help fast.
    By aussiemcgr in forum What's Wrong With My Code?
    Replies: 2
    Last Post: August 11th, 2010, 09:00 AM