#WSQ02

Solving this problem was a piece of cake. It is very basic thing, you just have to print the phrase of “Hello World”, in this case I add my name, but is the same thing. As you see in the image, you just have to wright cout <<“Hello World, I´m Manuel Chavez.”;  and it would print it when you run it (the cout<<endl; it is just for skipping a line between the phrase you print and the end of the program).

Here it is the link of the source code for you ti try it, feel free and make changes: https://www.dropbox.com/s/j2gngrgm35bp9cv/HelloWorld.cpp?dl=0

Captura de pantalla 2016-01-26 a las 11.28.32 a.m.imagen thanks

CC BY-SA 4.0 #WSQ02 by manuelch96 is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.