[Java]  Operator tutorials 연산 공부 정리


Data Types are int, boolean, and char.

Variables are used to store values.

Whitespace helps make code easy to read for you and others.

Comments describe code and its purpose.


Arithmetic Operators include +, -, *, /, and %.

Relational Operators include <, <=, >, and >=.

Equality Operators include == and !=.


A full understanding of these concepts is key to understanding the remainder of the Java course. Let's keep going!

+ Recent posts