We can also use variables with System.out.println(). If you use the variable's name as the argument, like so: System.out.println(firstInitial); Then in the console, it will print out the value: A. You can also use math with variables! System.out.println(myByte + exampleVar); Which will give us 88.