Multiple Choice
Examine the following lines of code:
Current = 1
Sum = 0
N = 5
While current <= n:
Sum = sum + current
Current = current + 1
This is an example of:
A) A definite loop
B) An indefinite loop
C) An infinite loop
D) Input error checking
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: not (flag1 or flag2) is logically equivalent
Q6: num1 <= num2 is logically equivalent to
Q7: What is the term for a program
Q8: Match the expressions that they are logically
Q9: The three forms of control provided by
Q11: The if statement in Python provides selection
Q12: In Python, indentation is not significant. It
Q13: Give Python code that prompts the user
Q14: Which of the following can the condition
Q15: For a variable named num with an