Skip to content

Instantly share code, notes, and snippets.

@ampulhetadosaber
Created August 25, 2020 14:55
Show Gist options
  • Save ampulhetadosaber/f666cb19194cdb944b17b0466d187eb2 to your computer and use it in GitHub Desktop.
Save ampulhetadosaber/f666cb19194cdb944b17b0466d187eb2 to your computer and use it in GitHub Desktop.
string A = "abacaxi", B = "papagaio";
string C = A + B; // C = "abacaxipapagaio"
// A string C representa a concatenação(junção) da string A com a string B
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment