Advertisement
Guest User

Untitled

a guest
Dec 9th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. Case 1 :
  2. System.out.println("ingrese el numero de licencias
  3. deseadas:")
  4. Lea.nextInt();
  5. if (licencia < 5){
  6. totalPagar = licencia * 40000;
  7.  
  8. System.out.println("total a pagar:" + totalPagar);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement