Skip to content

Instantly share code, notes, and snippets.

@flaviorl-net
Created November 26, 2021 21:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flaviorl-net/6bc91c8c448333608bedbe158000733c to your computer and use it in GitHub Desktop.
Save flaviorl-net/6bc91c8c448333608bedbe158000733c to your computer and use it in GitHub Desktop.
int codigoPedido = 5;
//métodos mudos não retornam valor, apenas realizamos a chamada.
ExecutaCompra(codigoPedido);
//podemos usar variáveis para armazenar o valor de retorno de um método.
int qtdeComprada = ObterQuantidadeComprada(codigoPedido);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment