Saturday, January 3, 2009

declare a variable

// Declare an integer variable named errorCode.
int errorCode;
// Declare a string variable named myName.
string myName;

No comments:

Post a Comment