//single comment use comments to remember code
// declaring a variable int a; // initializing the variable 'a' with the value 2 a = 2;