Thread: calculator
View Single Post
  #2 (permalink)  
Old January 28th, 2004, 01:09 PM
nokomis nokomis is offline
Authorized User
 
Join Date: Dec 2003
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Default

As far as I understand your question you have written it correctly but take care:

x = a+b*(c+d);
is not the same as
x = (a+b)*(c+d);



Georges
Reply With Quote