Search:

Type: Posts; User: dscrudato21xo

Search: Search took 0.10 seconds.

  1. Re: tax return program..help finish please!!

    yes but i need to have tax included....


    java.import.util.*;

    public class computeTax
    {
    public static void main(String[] args)
    {
    Scanner in = new...
  2. tax return program..help finish please!!

    i am supposed to write a program using nested if/else statements and print the federal tax based on whether the user enter, single or married and how much their income is.

    the user should be able...
  3. Replies
    14
    Views
    6,667

    Re: help!! quadratic program

    actuallly i would prefer if it included methods and returned them this way...

    can you look this one over and make any changes to fix it pleaseee :)


    import java.util.*; //so that I can use...
  4. Replies
    14
    Views
    6,667

    Re: help!! quadratic program

    okayy so maybe you can help me make it so the user can be in control using the scanner??
  5. Replies
    14
    Views
    6,667

    Re: help!! quadratic program

    thanks!! do i have to show that i got the variable a b and c from a certain formula or no??
  6. Replies
    14
    Views
    6,667

    Re: help!! quadratic program

    i wrote the algorithm and started...

    algorithm is
    1. get the numbers for variables a,b and c from the given equation 0= ax^2 + bx +c.
    2. declare the variables with their given numbers.
    3.plug...
  7. Replies
    14
    Views
    6,667

    Re: help!! quadratic program

    help pleasee
  8. Replies
    14
    Views
    6,667

    help!! quadratic program

    write a method called quadratic that solves quadratic equations and prints their roots. recall that a quadratic equation is a polynomial equation in terms of a variable x of the form ax^2 + bx + c =...
Results 1 to 8 of 9