Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating all questions #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

vaibhav-trq
Copy link
Member

No description provided.

Copy link

@vivianpppp vivianpppp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great! Nice job.

Copy link

@christianbarrera christianbarrera left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please address all of the comments.

@@ -3,5 +3,7 @@
using namespace std;

int main() {
cout<<"Hello "; cout <<"World!"; cout << endl;
cout << "Hello ";
cout << "World!";

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of writing a new line for cout << endl, can we add it to the end of each sentence? Ex: "cout << "I like learning new things like coding!" << endl;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

Copy link

@nicoleyip1876 nicoleyip1876 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding new comments.

Copy link

@vivianpppp vivianpppp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great! Nice job.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants