Advertisement
Guest User

Untitled

a guest
Aug 20th, 2014
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.12 KB | None | 0 0
  1. if(bedingung1)
  2. {
  3.  
  4. }
  5. else
  6. {
  7.     if(bedingung2)
  8.     {
  9.    
  10.     }
  11.     else
  12.     {
  13.         if(bedingung3)
  14.         {
  15.  
  16.         }
  17.         else
  18.         {
  19.  
  20.         }
  21.     }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement