Computer Science, asked by vipulprajapati162825, 5 days ago

(a) FOR... NEXTisa type of QBASIC statement (b) is used to end DO loop. (c) works similar to DO.... WHILEloop. (d) is used to repeat certain steps a fixed number of times. (e) The DO...LOOP can be used either with WHILE statementor statement​

Answers

Answered by XxMissInactivexX
1

Answer:

A "Do Until" loop statement runs until a logical statement is true. This means that as long as your expression is false, the program will run until it is true. Once the expression is true, the program stops running.

Answered by Anonymous
1

Answer:

Correct option is A)

Given radius of circle is 25 cm

Length of the wire will be equal to perimeter of the circle

⟹length of the wire is

2π(25)=

3.14×

25=

157 cm

Now the wire is made in the form of a square

Let Length of the side of the square is s cm

As we know that

Length of the wire is equal to the perimeter of the square

⟹Perimeter of the square is 157 cm

⟹ 4s= 157⟹ s=

4

157

= 39.25 cm

Length of the side of the square is 39.25 cm

Was

Similar questions