Dedicated to the study of the interface with courses
Learning to output various text on the screen
In the module we analyze what a variable is. Types of variables. We continue to work with the output operator. Getting to know output specifiers. We learn to display and enter values of variables in various formats.
We study the assignment operator. Master the intricacies of working with integers
An important module for further study of programming. We disassemble the division completely and take the remainder. Trying to deal with the most difficult questions, questions related to these tasks.
We study the features of working with real numbers
The practice is devoted to developing skills in compiling linear algorithms.
We study various forms of the conditional operator, simple and complex conditions
In this module, we continue to get acquainted with the conditional operator. We study the nested conditional operator and complex conditions, solve various problems
We gain skills in developing programs using a conditional operator and complex conditions
We study what a loop is. What types of loops are there in the C++ programming language. Introducing the construction of the for loop. We fix everything learned in practice
Without knowing simple algorithms, it is difficult to write any complex programs. Therefore, in this module we learn to find the sum of a fixed sequence of numbers and determine the maximum and minimum number among the numbers entered from the keyboard
We study the loop operator with the condition - while. We get acquainted with the structure of the operator. We solve the problem of the number of digits in the number
Complicated tasks for applying a while loop
We strengthen the skills of programming using cycles
We fix the studied material
We study the subroutines, the difference between procedures and functions. We use the acquired knowledge when writing programs
We study what recursion is. How to make a program using recursive procedures and functions. We analyze the simplest tasks. We solve problems on number systems and recursive search of lines