There is no exponent operator. How do we raise values to an exponent?
Since the
%
operator does not work on floats, how do we
find float remainders
?
If Lvalues are objects in memory — like variables, what are Rvalues?
Can
++
and
--
work on floats?