Module: (C++) Let's get acquainted!


Problem

3/4

Programs and Compilers

Theory Click to read/hide

Compiler - is a computer program that translates source code from a high-level programming language to a low-level programming language

You will work with the online compiler, record or edit the program in a special window on the screen.
Also, You needed a compiler on a working computer.
To learn the C ++ programming language, we recommend installing the DevC ++ compiler (you can download it from the official site - it's freeware). 
You can use other C++ compilers if you wish.

Problem

Download and install the compiler on your computer  (here (it's freeware) or Visual Studio 2019 Сommunity), run the program in a browser, and then retype it into your compiler and compare the results.
In the compiler, you will have to enter the initial data from the tests manually. In the compiler, after entering the source data, press Enter.