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: Using java program to calculate...I'm stuck !

  1. #1
    Junior Member
    Join Date
    Nov 2013
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Using java program to calculate...I'm stuck !

    This is my project ... I stuck !!
    Someone help me please....

    Question:
    Find a Java program that calculates:
    For linear function
    x- and y- intercepts
    For quadratic function
    x- and y- intercepts
    vertex
    The program should produce correct output when given the correct input. You need to take into account several cases. For example, a quadratic function with one vertex or no vertex or with one x-intercept or no x-intercept. Similarly, for a linear function, you program should produce correct output if a function has only x- or y-intercept.


    Thanks...


  2. #2
    Member
    Join Date
    Nov 2013
    Location
    Bangalore, India
    Posts
    70
    My Mood
    Cool
    Thanks
    0
    Thanked 6 Times in 6 Posts

    Default Re: Using java program to calculate...I'm stuck !

    Write code and do post if you are struck.

Similar Threads

  1. Program trying to calculate money, won't work
    By incxx in forum What's Wrong With My Code?
    Replies: 3
    Last Post: September 5th, 2013, 11:51 PM
  2. Creating a java program to calculate what grades i need?
    By Stinger25 in forum Java Theory & Questions
    Replies: 2
    Last Post: December 1st, 2012, 02:04 AM
  3. Why wont my program calculate sales tax?
    By scholaryoshi in forum What's Wrong With My Code?
    Replies: 2
    Last Post: February 28th, 2012, 08:30 PM
  4. Calculate federal taxes program! Help!
    By ocmjt in forum What's Wrong With My Code?
    Replies: 13
    Last Post: March 11th, 2010, 11:25 AM
  5. Simple java program to calculate wall covering of a room
    By parvez07 in forum What's Wrong With My Code?
    Replies: 3
    Last Post: August 22nd, 2009, 03:31 PM