How i can code this in c++ a*b-b*d | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How i can code this in c++ a*b-b*d

Guys can you code this in c++

2nd May 2021, 6:25 AM
Shafi Miakhil
Shafi Miakhil - avatar
2 Answers
2nd May 2021, 6:38 AM
A͢J
A͢J - avatar
0
result = (a*b)-(b*d); It's just like in math. Parentheses first.
17th Mar 2022, 10:00 PM
Chironex
Chironex - avatar