// Example: void main() { double x; // declaration of x int y = 7; // initialization of y x = y + 2; // addition and assignment }