Advertisement
Guest User

Untitled

a guest
Dec 9th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if(cuentaCliente && cuentaDestino && ((horaTransferencia >= 9 && horaTransferencia <=12) || (horaTransferencia >= 15 && horaTransferencia <=20)) && ((bancoCliente == bancoDestino && saldoCliente >= montoTransferir) || (bancoCliente != bancoDestino && saldoCliente >= 1000000+100)))
  2.     alert("transferencia confirmada")
  3. else
  4.     alert("transferencia negada")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement