Print Statements allow us to print onto the console so we can see whats happening internally within our program. There are two main print statements. Those print statements are System.out.println() which prints whats inside and adds a newline. There is a System.out.print() statement which simple prints whats inside without the newline.