Please enable JavaScript to use CodeHS

CodeHS Glossary


if statements Java

if (boolean expression) { //execute statements if condition is true }