Initializing a variable

In some cases, the initial contents of a variable can be established when the variable is declared, as in the following statement:

int aVariable = 55;