Question: Which pseudocode statement displays the last character in the String variable str? a. Display str[1] b. Display str[length(str)] c. Display str[last] d. Display str[length(str)
Which pseudocode statement displays the last character in the String variable str?
a. Display str[–1]
b. Display str[length(str)]
c. Display str[last]
d. Display str[length(str) – 1]
Step by Step Solution
3.31 Rating (151 Votes )
There are 3 Steps involved in it
The answer is d Display strlengthstr 1 This is because the lengthstr function r... View full answer
Get step-by-step solutions from verified subject matter experts
