Answers

Question and Answer:

  Home  Basic C++ Syntax

⟩ What is Else If Syntax?

if ( ) {

// Execute these statements if is TRUE

}

else if ( ) {

// Execute these statements if is TRUE and

// is FALSE

}

 212 views

More Questions for you: