Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

c++ if else

if (5 == 4) {
  //code you want to run if the condition is true
} else {
  // code you want to run if the condition is false
}
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
7+5 =