Thursday, 11 September, 2025г.
russian english deutsch french spanish portuguese czech greek georgian chinese japanese korean indonesian turkish thai uzbek

пример: покупка автомобиля в Запорожье

 

C++ FOR BEGINNERS (2020) What is while loop, How to reverse digits of a number PROGRAMMING TUTORIAL

C++ FOR BEGINNERS (2020) What is while loop, How to reverse digits of a number PROGRAMMING TUTORIALУ вашего броузера проблема в совместимости с HTML5

Iteration (looping) is a process where a set of instructions are repeated for a specified number of times or until a certain condition is met.
In while loop, the condition is evaluated first and if it results as true then the statements inside while loop are executed, this happens repeatedly until the condition results as false. When the condition results as false, the control comes out of the loop and goes to the next statement in the program after while loop.

In this video, I'm explaining how is while loop used on an example of reversing digits of a number

We'll be writing C++ code using Visual Studio 2019 Comunity.
Link for download: https://visualstudio.microsoft.com/vs/

Мой аккаунт