OPERATORS

Photo of author

By Jackson Taylor

Program

a=2;
print a;
b=3;
print b;
print b+a;
print b-a;
print b*a;
print b/a;
print a**4; #exponetial
print a%2;   #modulus
YouTube video
See also
UART - 8051

Revive Your Dead Electronics

Got a drawer full of dead gadgets or a failing car battery? Instead of paying a premium for replacements, use this simple trick to easily recondition them right from home.

See How It Works