diff --git a/fix-code-0/main.cpp b/fix-code-0/main.cpp index df5e772..a955b47 100644 --- a/fix-code-0/main.cpp +++ b/fix-code-0/main.cpp @@ -3,5 +3,6 @@ using namespace std; int main() { - cout<<"Hello "; cout <<"World!"; cout << endl; + // Write code here. + cout << "Hello World!" << endl; } diff --git a/fix-code-1/main.cpp b/fix-code-1/main.cpp index 8b51ed8..66d9e00 100644 --- a/fix-code-1/main.cpp +++ b/fix-code-1/main.cpp @@ -3,5 +3,5 @@ using namespace std; int main() { - cout << Hello; + cout << "Hello" << endl; } diff --git a/fix-code-2/main.cpp b/fix-code-2/main.cpp index e97dc08..66d9e00 100644 --- a/fix-code-2/main.cpp +++ b/fix-code-2/main.cpp @@ -3,5 +3,5 @@ using namespace std; int main() { - cout << "Hello" + cout << "Hello" << endl; } diff --git a/fix-code-3/main.cpp b/fix-code-3/main.cpp index b817b90..66d9e00 100644 --- a/fix-code-3/main.cpp +++ b/fix-code-3/main.cpp @@ -3,5 +3,5 @@ using namespace std; int main() { - cout >> "Hello"; + cout << "Hello" << endl; } diff --git a/fix-code-4/main.cpp b/fix-code-4/main.cpp index b7eb6e1..ae28587 100644 --- a/fix-code-4/main.cpp +++ b/fix-code-4/main.cpp @@ -3,5 +3,5 @@ using namespace std; int main() { - cout << "My GitHub username is [fill in your username here]!"; + cout << "My GitHub username is john-lakeman!" << endl; } diff --git a/invent-code-0/main.cpp b/invent-code-0/main.cpp index befbd89..c0917ec 100644 --- a/invent-code-0/main.cpp +++ b/invent-code-0/main.cpp @@ -4,4 +4,7 @@ using namespace std; int main() { // Write code here. + cout << "I graduated from TAMS in 2004." << endl; + cout << "I play(ed) and eventually coach(ed) Rugby until COVID-19 shut us down." << endl; + cout << "My parents/grandparents were carpenters, which I am enjoying as my newfound hobby." << endl; } diff --git a/invent-code-1/main.cpp b/invent-code-1/main.cpp index befbd89..9198b87 100644 --- a/invent-code-1/main.cpp +++ b/invent-code-1/main.cpp @@ -4,4 +4,7 @@ using namespace std; int main() { // Write code here. + cout << "Texas A&M is better than UT. "; + cout << "Taxation is theft. "; + cout << "Epstein didn't kill himself." << endl; }