Question: True or False If the String variable str contains the string Might, then the statement Set str[5] = y will change its contents to Mighty.
True or False If the String variable str contains the string "Might", then the statement Set str[5] = "y" will change its contents to "Mighty".
Step by Step Solution
3.41 Rating (148 Votes )
There are 3 Steps involved in it
False The statement Set str5 y will change th... View full answer
Get step-by-step solutions from verified subject matter experts
