if else

PHOTO EMBED

Sun Nov 06 2022 00:41:11 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