Monday, January 9, 2012
How do we initialize variables?
The first method uses an assignment statement to initialize a variable; for example,
e=3;
Method 2 initializes a variable in a declaration statement; for example,
float a=7, b=6;
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment