Multiple Choice
Assuming that a variable named ocean has been initialized with the string "Atlantic",which of the following library functions would return the first character in the string?
A) length(ocean)
B) toUpper(ocean)
C) substring(ocean, 0, 0) ;
D) contains(ocean, "A") ;
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q18: The stringToReal library function accepts a Real
Q19: If the following pseudocode were an actual
Q20: A _ character is a space,a tab,or
Q21: Most programming languages do not allow access
Q22: The insert library module automatically expands the
Q24: When using a programming language that supports
Q25: Assuming the following variable declaration,<br>Declare String str
Q26: Assuming the following variable declaration,<br>Declare String str
Q27: Assuming the following variable declaration,<br>Declare String str
Q28: If the following pseudocode were an actual