Computer Science, asked by brgd791, 1 day ago

1. The _________ loop structure is used when it is known how many repetitions will be performed
2. The ___________ statement will cause the loop to perform again, in the FOR NEXT loop structure.
3. The ____________ function can extract characters from middle of a string.
4. ___________ function returns the remainder as the result.





Please answer the questions given below . You will receive 15 points.

Answers

Answered by jainjenny76
0

Answer:

1 = As mentioned earlier, while loops are used when a block of statements have to be repeated, but the number of repetitions is not a fixed amount. ... As long as condition 1 is true, the while loop repeats.

Answered by criskristabel
1

1.The FOR-LOOP structure is used when it is known how many repetitions will be performed

2.next loop executes a set of statements for successive values of a variable until a limiting value is encountered.

3.The MID function can extract characters from middle of a STRING

4.Excel MOD function returns the remainder as the result.

Similar questions