Computer Science, asked by mohanaraojalli, 1 month ago

the standard form of quadratic equations is represented as ax²+bx+c=0 where d=b²–4ac known as discriminant .write a program to values in a,b,c calculate the value of discriminant and display the output to the nearest whole number.​

Answers

Answered by snehasn2006
0

Answer:

Explanation:

d=b2-4ac

If it comes as an integer or rational no. Then round it off to nearest whole no.

Similar questions