Module: LET'S GET ACQUAINTED!


Problem

3/4

Programs and compilers

Theory Click to read/hide

Compiler - a program that 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 on your own), you will need a compiler on your working computer. 

Problem

Download and install the compiler on your computer (here PascalABC or Free Pascal).
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.