Please enable JavaScript to use CodeHS

CodeHS Glossary


int Java

int is a Java type that represents an integer (a whole number)

For example, we can make an int variable like this:

int numApples = 9;