Can any one help me to get Q.E in right form while giving negative integers | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can any one help me to get Q.E in right form while giving negative integers

#include<stdio.h> int main() { int a,b,c; scanf("%d%d%d",&a,&b,&c); printf("Quadratic Equation:%d(x*x)+%dx+%d",a,b,c); return(0); }

8th Feb 2019, 5:13 PM
V Chandu
V Chandu - avatar
1 Answer
0
I think just remove x*x
9th Feb 2019, 3:33 PM
Dibyendu Samanta
Dibyendu Samanta - avatar