Solved

What Is the Purpose of the Following Loop

Question 99

Multiple Choice

What is the purpose of the following loop? What is the purpose of the following loop?    A) finds the position of the first digit (0 through 9)  in a string, starting from the left B) finds the position of the first digit (0 through 9)  in a string, starting from the right C) finds the position of the first uppercase character in a string, starting from the left D) finds the position of the first uppercase character in a string, starting from the right


A) finds the position of the first digit (0 through 9) in a string, starting from the left
B) finds the position of the first digit (0 through 9) in a string, starting from the right
C) finds the position of the first uppercase character in a string, starting from the left
D) finds the position of the first uppercase character in a string, starting from the right

Correct Answer:

verifed

Verified

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

Related Questions