Mastery07

1 min read

In this activity we learnt how to use comments. Is useful to know that there are two kinds of comments, if you want to learn more about that, you can find information about C++ comments in this link:

https://msdn.microsoft.com/en-us/library/k1dbk8bw.aspx

In this picture I use comments with the // structure.

And in this other picture I use comments with /*,*/ structure.

I did a pp to teach someone how to use comments, I hope you find it useful, here is the link:

https://drive.google.com/file/d/0B-NM4ghaDXBvUWIxT3RteVpxcmM/view?usp=sharing

CC BY 4.0 Mastery07 by Tania Pardo is licensed under a Creative Commons Attribution 4.0 International License.

Comments are closed.