Buscar

Which of the following statements is TRUE? The break statement inside a while loop causes control to be passed to the next iteration of the loop...

Which of the following statements is TRUE?


The break statement inside a while loop causes control to be passed to the next iteration of the loop.

The continue statement inside a while loop causes control to be passed to the next block of code after the loop.

The return statement cannot be used inside loops.

All of the above alternatives are true.

All of the above alternatives are false.


Respostas

User badge image

Ed Verified user icon

A afirmação verdadeira é: "A declaração break dentro de um loop while faz com que o controle seja passado para a próxima iteração do loop."

0
Dislike0

Responda

SetasNegritoItálicoSublinhadoTachadoCitaçãoCódigoLista numeradaLista com marcadoresSubscritoSobrescritoDiminuir recuoAumentar recuoCor da fonteCor de fundoAlinhamentoLimparInserir linkImagemFórmula

Para escrever sua resposta aqui, entre ou crie uma conta

User badge image

Mais conteúdos dessa disciplina