Answer:
one
Explanation:
The loop is used to execute the part of code or statement again and again until the condition is not FALSE.
There are three types of loop in programming.
1. for loop
2.while loop
3. do-while loop
Do-while has one special property which makes it different from other loops.
The loop statement executes once if the condition of the loop is failed in the starting.
In do-while, the statement executes first and then while checking the condition.
let discuss the code:
initially, laps=50, myNum=1
then, the program executes the statement in the loop.
so, myNum = 1 + 2=3.
A value 3 is assign to the variable myNum.
laps = 50 + 1=51.
A value 3 is assigned to the laps variable.
then while checking the condition (51 <= 1) which is FALSE.
The program terminates the loop.
Therefore, the answer is one.
<u>Paired programming:</u>
Paired programming is a new technique where one person gets one another to<em> write the code</em>. Here one will write the code and other will start verifying as the type.
So we might think it is waste to employ two person for same task but it is not so. There are many <em>benefits in incorporating this technique</em>. Let us see those benefits one by one.
- <em>Inter-personal skill gets improved
</em>
- <em>Lower amount of coding mistake
</em>
- <em>Learn from each other
</em>
- <em>Peer review enhance collaboration
</em>
Challenges expect to arise during pair-programming
-
Two heads are superior to one. On the off chance that the driver experiences a <em>hitch with the code</em>, there will be two of them who'll take care of the issue.
- Builds up your <em>staff's relational aptitudes</em>. Working together on a solitary venture encourages your group to welcome the estimation of <em>correspondence and collaboration. </em>
Overcome Method
The most ideal approach to move <em>toward blending</em> is to accomplice two software engineers and have them share a PC. The pair ought to have the option to choose how to part the work, and it is prudent that they should <em>switch jobs frequently.</em>
On Excel, you click the Formulas tab.