Computer Science, asked by prakharhero, 9 months ago

write a small basic code to show increment of 3 till 1 to 2

Answers

Answered by AlfazBaig
0

microsoft small basic program

Answered by vishwajeet447
0

EXPLANATION:

A loop is used for executing a block of statements repeatedly until a particular condition is satisfied. For example, when you are displaying number from 1 to 100 you may want set the value of a variable to 1 and display it 100 times, increasing its value by 1 on each loop iteration.

In C++ we have three types of basic loops: for, while and do-while. In this tutorial we will learn how to use “for loop” in C++. PLEASE LIKE & FOLLOW FRIENDS...

Similar questions