Question: Suppose that String name = Frank Zappa. What will the instruction name.toUpperCase().replace('A', 'T'); return? FRANK ZAPPA Frink Zippi O Frink ZIppl Frank Zappa FRINK ZIPPI
Suppose that String name = "Frank Zappa". What will the instruction name.toUpperCase().replace('A', 'T'); return? "FRANK ZAPPA "Frink Zippi" O "Frink ZIppl" "Frank Zappa" "FRINK ZIPPI" "1 M
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
