Hello World

So this is my first post in the blog, and I would like to start writing about this exciting first week in Ken class. I think that this is the subject that I most excited to take, at least, during this first semester, because I would like to learn a lot of stuff about programming also because I have really liked the way that Ken introduced us to the class and the topics that he show us, for example, I enjoyed a lot doing my first homework and I really liked that he works with pages like Lynda ( that I didn’t know before). Finally, I would mention that I feel excited about the method that Ken uses in this class in which we have to be responsible to watch the videos, watch Lynda and read the book to approach the goal of this class and be ready for the exams.                                                                                                It was so exciting for me to make Hello Worl which is a very simple program, but that means much more to me because it was my first experience in C++ language, with Atom, bash, etc. And that motivated me to continue learning.

 

Code:

#include <iostream>#include <iostream>using namespace std;
int main() { cout << «Hello World» << endl; return 0;

}

Deja un comentario