Print & comments

Print and write comments

using C#

What does it mean to print? Click on the cards below to find out. 

Everyday Life

What does it mean to print in normal everyday life?

Everyday LIfe

In everyday life when we print something, we send it from our computer to the printer, to get a physical copy. When we print in real life, we render our work on physical paper. 

Programming

What does it mean to print in programming languages?

Programming

When we want to print something in programming, we send it to another screen to display the information.
 
We type a line of code, which you will learn soon - then click RUN. This code will take our information and display it on another screen.

How to print

Let’s watch this video to see how we print using C#.

Commenting

In C#

Let’s watch this video to see how and why we add comments using C#.