If the str variable contains the string "Redmond", which pseudocode statement changes its contents to "Red"?
a. delete(str, 3, length(str))
b. delete(str, 3, 6)
c. Set str = str - "mond"
d. Set str[0] = "Red"
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.