Solved

Suppose That String Name = "Frank Zappa

Question 60

Multiple Choice

Suppose that String name = "Frank Zappa". What will the instruction name.toUpperCase( ) .replace('A', 'I') ; return?


A) "FRANK ZAPPA "
B) "FRINK ZIPPI"
C) "Frink Zippi"
D) "Frank Zappa"
E) "FrInk ZIppI"

Correct Answer:

verifed

Verified

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

Related Questions