0
How I calculate this expression in cpp [c*b(-d*65%8)*a].
Please help me to solve this problem in cpp [c*b(-d*65%8)*a]
8 Respostas
+ 3
An operator is needed between <b> and parenthesized expression `(-d * 65 % 8)`.
+ 2
Zeeshan Bilal
i can't fix it because I don't know what operator was supposedto be placed there. I suggest you to confirm that the expression is correct. Without correct and complete information it's hard to do.
0
I'm trying but not working
0
Ipang please fix my code and share with me
0
Ipang Ok