Advertisement
Guest User

new

a guest
May 27th, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. #include<stdio.h>
  2. int main(void){
  3.     int i=12;
  4.     printf("digite um numero:" );
  5.     scanf("%d",&i);
  6.     if(i!=0)
  7.     printf("legal!");
  8.    
  9.    
  10.     return 0;
  11.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement