Programming

Java: Modulo

August 13, 2016 // 0 Comments

What is Modulo? Modulo is a math symbol represented with % sign. When two numbers are divided, modulo is the remainder of [...]

Java: Booleans

August 7, 2016 // 0 Comments

What are Booleans? Booleans are variables that always equal a value of true or false. For example, the piece of code below [...]
1 2