1.

Consider the following iterative implementation used to reverse a string:Which of the following lines should be inserted to complete thebelow code?

A. i > j
B. i < len
C. j > 0
D. i < j
Answer» E.


Discussion

No Comment Found