Advertisement
Guest User

Untitled

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