+ 4
What's wrong in this code..??
4 ответов
+ 6
Line 20: if((a==b && b==c) && (sum==180))
Line 29: string is broken in 2 lines
Line 43: string is broken in 2 lines
I'm not sure about calculation, I look at syntactic problems first ...
Hth, cmiiw
+ 3
This is C language so an equation uses a double "=="
(sum=180) // this is a assignment
also can only use two parameters in one equation
if((a==b==c) three parameters in one equation
+ 3
Thank you so much guys.... I never thought someone will reply me.
+ 3
Nice question.
Please put the language you use in the tags.
Try to make you title as descriptive as possible.
https://www.sololearn.com/Discuss/333866/how-to-maximize-your-chances-of-receiving-useful-answers-in-forums
https://www.sololearn.com/Discuss/657480/hint-how-to-ask-questions