Please enable JavaScript to use CodeHS

Cortado Glossary

Flashcards

Course:

Module:

Lesson:

Search:

System.out.println Java

Java method that lets us print out a line of output to the user

System.out.print Java

Java method that lets us print output to the user, without ending the line printed.

Modulus operator General

The modulus operator (written as % in most programming languages) divides two numbers and returns the remainder.

Integer Division General

When two integers are divided, the decimal values are truncated, or chopped off.

Escape Sequence General

Escape sequences are characters with special meanings.

Arithmetic Expression General

A combination of numbers, operators, and sometimes variables that computes a value.

Truncation Java

To trim some digits of a float or double-type number or some characters of a string from the right.