You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

 switch(thumbs down){case 1:
execute code block 1
break    case 2:
execute code block 2
breakdefault:
code to be executed if n is
different from case 1 and 2
}
   

  • No labels