Thursday, April 7, 2016

COMMON PROGRAMMING ERRORS 1

 COMMON PROGRAMMING ERRORS 1       


 Not using the multiplication operator (*) when required results in an error.
 For Example, (x+2)(x) this statement is illegal.
 Using the ‘%’ operator with float variables will result in a syntax error

No comments:

Post a Comment