Write a program that reads a string and replaces all occurrences of the letter 'a' with the letter 'b'.
The program should print out the resulting string.
Write a program that reads a string and replaces all occurrences of the letter 'a' with the letter 'b'.
The program should print out the resulting string.
Sample Input 1:
aaaSample Output 1:
bbbSample Input 2:
bcaSample Output 2:
bcbCreate a free account to access the full topic