c# 1- The purpose of a looping statement is to __________________________ reduce
ID: 3891487 • Letter: C
Question
c#
1-
The purpose of a looping statement is to __________________________
reduce the time that a program takes to run
repeatedly execute a piece of code
enable inputs to be stored in distinct separate variables
select some code to be executed exactly once
2-
Which of the following is NOT a keyword that starts a looping statement?
switch
do
for
while
reduce the time that a program takes to run
repeatedly execute a piece of code
enable inputs to be stored in distinct separate variables
select some code to be executed exactly once
Explanation / Answer
1. repeatedly execute a piece of code.(looping statements are used to execute a piece of code in a loop(examples are for loop,while loop etc..))
2. switch.(Actually switch is a selection control mechanism statement)
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.