how would you put a number to a power? I know that in a graphing calculator you would do 12^3, but how would you express this in C++? I need to set a variable g to 6.67*10^(-11) which is the...