C++ 教學 入門 : Statement 3 if else

C++ 教學 入門 : Statement 3 if else



好的頻道需要你的支持,謝謝你使用Youtube影片的超級感謝功能給我們鼓勵。




好的頻道需要你的支持,謝謝你使用Youtube影片的超級感謝功能給我們鼓勵。



Syntax:

if(boolValue)
  statement;
else
  statement;

  或

if(boolValue){
  statements
}else{
  statements


作者 : 許裕永

留言