Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.23 KB | None | 0 0
  1.  
  2. #include  <stdio.h>
  3.  
  4.  
  5.  
  6.  
  7. int Y = 88;
  8.  
  9. //////////////////////////////////////////////////////
  10. int main()                                          //
  11. {
  12.    
  13.     Y += 10;
  14.    
  15.     Y += 10;    
  16.  
  17.     printf("%d\n", Y);
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement