Guest User

Untitled

a guest
Oct 16th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.17 KB | None | 0 0
  1. {int salario; float desconto;
  2. if(salario>2000){
  3. println('desconto 20%');
  4. }
  5. if(salario>3000){
  6. println('desconto 30%');
  7. }
  8. if(salario<2000){
  9. println('desconto 0%');
  10. }
Add Comment
Please, Sign In to add comment