else statement

PHOTO EMBED

Thu Sep 22 2022 17:37:47 GMT+0000 (Coordinated Universal Time)

Saved by @testpro #java

if (condition) {
  // block of code to be executed if the condition is true
} else {
  // block of code to be executed if the condition is false
}
content_copyCOPY