please solve in c++ or java
"Find the difference between the values without using the subtraction operator?"?
you could use the mod operator, uses remianders
5%3=2
6%2=0
Reply:well you could use the unary minus, which isn't the subtraction operation...technically.
a+-b
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment