Advertisement
StefanPopescu

Untitled

Feb 10th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.09 KB | None | 0 0
  1. if(conditie){
  2.     instructiune1;
  3.     instructiune2;
  4.     }
  5. else{
  6.     instructiune3;
  7.     instructiune4;
  8.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement