Advertisement
Schknheit

Untitled

Mar 11th, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.15 KB | None | 0 0
  1. #include <stdio.h>
  2.  
  3. int main(){
  4.    
  5.     int num1, num2;
  6.    
  7.     printf("Entre com dois numeros");
  8.     scanf("%d%d",&num1,&num2);
  9.     printf("%d", num1*num2);
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement