int number = 1; char string = "Hello, world"; char alpha = 'a';
We can use int or char to declare an integer or a character (string). We don’t need to have “var” in front of the variables unlike the other languages.