Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.12 KB | None | 0 0
  1. // Reescreve este código de outra maneira
  2.  
  3. if (cond){
  4.     instrucao1;
  5.     instrucao3;
  6. }else {
  7.     instrucao2;
  8.     instrucao3;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement