Solved

Examine the Following Lines of Code

Question 73

Multiple Choice

Examine the following lines of code:
Which = input('Please enter 'F' or 'C')
While which != 'F' and which != 'C':
Which = input('Please enter 'F' or 'C')
This is an example of:


A) A definite loop
B) An indefinite loop
C) Correct syntax
D) Input error checking

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions