Advertisement
bertao

vendas e esses baguiu

Apr 3rd, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. #include<stdio.h>
  2. int main (void){
  3.  
  4. float venda , premio;
  5.  
  6. printf("quanto vende:",venda);
  7. scanf("%f",&venda);
  8.  
  9. premio = venda /10;
  10.  
  11. if(premio > 2000){
  12. printf("parabens otario");
  13. }
  14. return 0 ;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement