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
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 learn to use procedures in solving problems. We solve the simplest tasks
We learn to use functions in solving problems. We solve the simplest tasks
Learn what recursion is. How to make a program using recursive procedures and functions. We analyze the simplest tasks. We solve problems on the number system and recursive search of strings