Numquam prohibere somniantes
Control flow “if”
Control flow “if”

Control flow “if”

  • if 
  • Switch 
  • for-in
  • for
  • while
  • do-while

if

let A=90

let score=91

if  score > A {

println( “you get grade, A”)

} else {

println(“don’t give up, Fight fight”)

}

Leave a Reply

Your email address will not be published. Required fields are marked *

Don`t copy text!