1 / 6

if-else -vertailulause

if-else -vertailulause. Jos suluissa oleva ehto on tosi, tehdään jotakin, muussa tapauksessa tehdään jotakin muuta: … if ($d=="Fri") echo "Have a nice weekend!"; else echo "Have a nice day!"; …. Suoritettava lause tai suoritettava lohko kun ehto on tosi. Suoritettava lause

vivien
Download Presentation

if-else -vertailulause

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. if-else -vertailulause • Jos suluissa oleva ehto on tosi, tehdään jotakin, muussa tapauksessa tehdään jotakin muuta: … if ($d=="Fri") echo "Have a nice weekend!"; else echo "Have a nice day!"; … tMyn

  2. tMyn

  3. tMyn

  4. tMyn

  5. tMyn

  6. Suoritettava lause tai suoritettava lohko kun ehto on tosi Suoritettava lause tai suoritettava lohko kun ehto on epätosi if(testattava ehto) { //suoritettava lause //tai suoritettava lohko //kun ehto on tosi } else { //suoritettava lause //tai suoritettava lohko //kun ehto on epätosi } seuraava lause; epätosi Ehto on tosi? tosi Seuraava lause tMyn

More Related