Skip to content

Instantly share code, notes, and snippets.

@ampulhetadosaber
Created August 25, 2020 14:32
Show Gist options
  • Save ampulhetadosaber/6b0682c863dd51c891b8519bc554a545 to your computer and use it in GitHub Desktop.
Save ampulhetadosaber/6b0682c863dd51c891b8519bc554a545 to your computer and use it in GitHub Desktop.
string palavra = "Abacaxi"; // Declarando string
string str; // Declarando string
cin >> str; // Lendo uma string
cout << str; // Imprimindo uma string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment