Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. #include <stdio.h>
  2.  
  3. int main() {
  4. int wat;
  5. scanf ("%d", &wat);
  6. if ( ass > 2 ); {
  7. printf ("more than 2\n");
  8. else {
  9. printf ("less than 2 \n");
  10. }
  11. return 0;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement