Maurice Tutor

(5)

$15/per page/Negotiable

About Maurice Tutor

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Algebra,Applied Sciences See all
Algebra,Applied Sciences,Biology,Calculus,Chemistry,Economics,English,Essay writing,Geography,Geology,Health & Medical,Physics,Science Hide all
Teaching Since: May 2017
Last Sign in: 398 Weeks Ago, 4 Days Ago
Questions Answered: 66690
Tutorials Posted: 66688

Education

  • MCS,PHD
    Argosy University/ Phoniex University/
    Nov-2005 - Oct-2011

Experience

  • Professor
    Phoniex University
    Oct-2001 - Nov-2016

Category > Computer Science Posted 15 Sep 2017 My Price 10.00

method called quadratic

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 a x2 + b x + c = 0.The formula for solving a quadratic equation is:

 

Image for Write a method called quadratic that solves quadratic equations and prints their roots. Recall that a quadrati

 

the code i came up with works except it wants a return in int not double, how do i make it an int?:

 

public double quadratic(int a, int b, int c) {
    int root1 = (-b + Math.sqrt(Math.pow(b,2) - 4 * a * c) / 2 * a);
    return(root1);
}

Show transcribed image text 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 a x2 + b x + c = 0.The formula for solving a quadratic equation is: x = -b + r - root b^2 -4ac /2a the code i came up with works except it wants a return in int not double, how do i make it an int?: public double quadratic(int a, int b, int c) { int root1 = (-b + Math.sqrt(Math.pow(b,2) - 4 * a * c) / 2 * a); return(root1); }

Answers

(5)
Status NEW Posted 15 Sep 2017 12:09 PM My Price 10.00

Hel-----------lo -----------Sir-----------/Ma-----------dam-----------Tha-----------nk -----------You----------- fo-----------r u-----------sin-----------g o-----------ur -----------web-----------sit-----------e a-----------nd -----------and----------- ac-----------qui-----------sit-----------ion----------- of----------- my----------- po-----------ste-----------d s-----------olu-----------tio-----------n.P-----------lea-----------se -----------pin-----------g m-----------e o-----------n c-----------hat----------- I -----------am -----------onl-----------ine----------- or----------- in-----------box----------- me----------- a -----------mes-----------sag-----------e I----------- wi-----------ll

Not Rated(0)