Write a program on ax2 + bx + c = 0 and display the output nearest whole number
Answers
Answered by
0
Answer:
its a python program
Explanation:
x=int(input("enter the value of x"))
a=int(input("enter the value of a"))
b=int(input("enter the value of b"))
c=int(input("enter the value of c"))
equation=(a*(x**2))+(b*x)+c
print(int(equation))
#HOPE IT HELPS YOU
PLEASE MARK BRAINLIEST
Similar questions
Computer Science,
5 months ago
Math,
5 months ago
Social Sciences,
10 months ago
Social Sciences,
1 year ago
Physics,
1 year ago