if -else is a conditional statement where if the condition evaluates to true, then a certain part of the code is executed, else an alternative path is taken.
確定! 回上一頁