The standard form of quadratic equations is represented as ax²+bx+c=0 where d=b²–4ac know as discriminant . write a program to values in a,b,c. calculate the value of discriminant and display the output of the nearest whole number explain with java program
Answers
Answered by
0
Answer:
Write a program to input the values of a, b and c. Calculate the value of discriminant and display the output to the nearest whole number. Java. Java Math
Similar questions