Module: Let's get acquainted!


Problem

3/4

Programs and compilers

Theory Click to read/hide

Compiler - a program that which translates the entire program into machine code that the processor can execute.

During the training, you will work with an online compiler, writing or editing a program in a special window on the screen. 
But in some tasks (which you will have to solve yourself), you will need a compiler on your working computer. 
To learn the C# programming language, we recommend installing the Visual Studio programming environment.

Problem

Download and install the compiler on your computer (download links: Windows, Mac OS).
Run the program in a browser, then type it into your compiler and compare the results.
In the compiler, the initial data from the tests will have to be entered manually. In the compiler, after entering the source data, press Enter.