Java if (if-then) declaración

if (condition) {
  // statements
}
SAMER SAEID