How i can code this in c++ a*b-b*d | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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 Réponses
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