- 1
How to add,sub,mul,div two numbers directly??plz help y'all
I'm a beginner nd suck at this....
2 Antworten
+ 5
You just use the operators:
+ to add
- to sub
* to mul
/ to div
Eg. https://code.sololearn.com/c3MD3YMSThK1
Take a look at SL course on C++, it will help you: https://www.sololearn.com/learning/1051
0
Thanks 👍