Engr 10
-
Variables A “variable” is a place where we keep a value. A = 10 ; // The value 10 is stored in A. Any statement after the sign “//” is NOT part of the program. It is a comment made by the programmer. WSalary = 800 ; // Any statement can go here. A semicolon is required at the end of each C instruction.Every variable in the program needs to be declared in the beginning of the program.
33p hongthuy1994 26-12-2012 54 5 Download