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 assignments #4

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

Conversation

vaibhav-trq
Copy link
Member

No description provided.

Copy link

@jack-trq jack-trq 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.

@@ -4,4 +4,11 @@ using namespace std;

int main() {
// Write code here.
cout << endl;
cout << "I graduated from TAMS in 2004." << endl;
cout << endl;

Choose a reason for hiding this comment

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

it looks like you're duplicating your endl here. you have two new lines per one line of code. Can you remove one of the endls? here and below too.

Choose a reason for hiding this comment

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

Fixed.

@@ -4,4 +4,5 @@ using namespace std;

int main() {
// Write code here.
cout << "Texas A&M is better than UT. " << "Taxation is theft. " << "Epstein didn't kill himself." << endl;

Choose a reason for hiding this comment

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

can you make this multiple lines? this is a bit long.

Choose a reason for hiding this comment

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

Fixed.

Copy link

@jinghe315 jinghe315 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

@john-lakeman john-lakeman 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.

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