Skip to content

Instantly share code, notes, and snippets.

@gtcdevop
Created May 18, 2020 23:28
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 gtcdevop/7eb29e6b949368825735efeefca476fb to your computer and use it in GitHub Desktop.
Save gtcdevop/7eb29e6b949368825735efeefca476fb to your computer and use it in GitHub Desktop.
Exercise Easy Berlin

Tomar banho

1- Verifique Se Sabao, toalha e roupa separada
2- Tire a roupa
3- TOme banho
4- Se exugue
5- Vista a roupa limpa

Calculo dos numero

function calculo(numA, numB) {
  let resultado = ( numA * numB ) + (numB / 2);
  return resultado;
}

Fritar um ovo


1 - Compre um ovo
2 - Ligue o fogao
3 - Prepare Frigideira com oleo
4 - Frite o ovo
5 - Coloque no prato
6 - Coma

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment