how do you write a^b, square root of b, and (a+b) in c++ programming?
Im having problems puting and solving an equation on c++ programming?
a^b
XOR or exponent?
XOR: a ^ b
exponent: Math.pow(a,b);
square root of b: Math.sqrt(b);
(a+b)
OR ? ... : a || b;
white flowers
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment