Advertisement
Guest User

Untitled

a guest
Mar 30th, 2020
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.19 KB | None | 0 0
  1. void test()
  2. {
  3.     int p;
  4.     int z = 2;
  5.     int x = 3;
  6.  
  7.     while (p == 2)
  8.     {
  9.         x = 4 + z;
  10.         p = 4;
  11.     }
  12.  
  13.     for(int i = 0, 3)
  14.     {
  15.         x = x + 1;
  16.     }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement