Question: 3- Set variable x equal to the string: 'This is a nice day.'. Write code to do the following: (a) Replace the first character 'a'

3- Set variable x equal to the string: 'This is a nice day.'. Write code to do the following: (a) Replace the first character 'a' with character ''. (b) Concatenate the string 'Hello.' to the original string variable x, so that the string becomes 'Hello. This is a nice day.' In both cases, display x to make sure that it has been modified properly
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
