Skip to content

Instantly share code, notes, and snippets.

@ramon-src
Last active November 21, 2019 00:01
Show Gist options
  • Save ramon-src/9d35c929bc285188c015578d285cc543 to your computer and use it in GitHub Desktop.
Save ramon-src/9d35c929bc285188c015578d285cc543 to your computer and use it in GitHub Desktop.
Pagamento com 1 if
class Pagamento{
public void executar(String tipoPagamento) {
if (tipoPagamento == "Cartão de Débito"){
print("debita sem taxa");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment