nickadeemus2002
Programmer
I have the following formula:
x = z + (1+y)^3
I need to put this in c++ syntax. This is what I have:
x=z+((1E3)+(yE3))
Is this correct?
x = z + (1+y)^3
I need to put this in c++ syntax. This is what I have:
x=z+((1E3)+(yE3))
Is this correct?