Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Show Contents List

...

 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
}
   
Show Contents List