in Education by
WHILE…LOOP is used when we know the number of iterations of a loop. True False Select the correct answer from above options

1 Answer

0 votes
by
 
Best answer
Answer: I think true… Explanation: s I think

Related questions

0 votes
    When we choose for loop and how it is deffernt from while loop Select the correct answer from above options...
asked Dec 25, 2021 in Education by JackTerrance
0 votes
    convert the following into For loop; while(true) System.out.print(‘*’); (in java ) PLEASE ANSWER FAST… WILL MARK BRAINLIEST** Select the correct answer from above options...
asked Dec 31, 2021 in Education by JackTerrance
0 votes
    write a program to input a number and print table of the number using while loop Select the correct answer from above options...
asked Dec 31, 2021 in Education by JackTerrance
0 votes
    converting for loop into while loop: for(i=1;i...
asked Nov 26, 2021 in Education by JackTerrance
0 votes
    16. To loop through a set of code a fixed number of times, ……..function is used. * 1 point print() input() range() Select the correct answer from above options...
asked Dec 25, 2021 in Education by JackTerrance
0 votes
    what are the things that we should keep in mind while preparing presentation Select the correct answer from above options...
asked Dec 28, 2021 in Education by JackTerrance
0 votes
    Why we use script mode for python programming while we have the interactive mode. Select the correct answer from above options...
asked Dec 19, 2021 in Education by JackTerrance
0 votes
    b) List the things we should keep in mind while communicating orally. c) Raghav wants to update the changes in ... customise the TOC? Select the correct answer from above options...
asked Dec 1, 2021 in Education by JackTerrance
0 votes
    While (true) System.out.print(*); Change to for loop Select the correct answer from above options...
asked Dec 25, 2021 in Education by JackTerrance
0 votes
    which of the following cannot be set while formatting cell number Select the correct answer from above options...
asked Dec 7, 2021 in Education by JackTerrance
0 votes
    which of the following cannot be set while formatting cell number Select the correct answer from above options...
asked Dec 5, 2021 in Education by JackTerrance
0 votes
    which of the following cannot be set while formatting cell number Select the correct answer from above options...
asked Nov 26, 2021 in Education by JackTerrance
+1 vote
    ____ allows you to loop through a block of code as long as the specified condition is true. a)Tag b)While c)For...
asked Oct 8, 2020 in Technology by JackTerrance
...