Print: System.out.print(“message”)
There are two versions of Print:
Println:
Prints the message on a new line
Print:
Just prints the message plain and simple
Packages: Used to group code into a folder that is easy to use
Initialize: Give variable name and type and value
AKA has equal sign “=”
Declare: Just gives type and name
ArithmeticException: Math error, usually dividing by 0
No Responses