A to '#'
Problem Write a program that outputs an English word consisting of uppercase letters by replacing all ‘A’ in the word with ’#‘. input A string is entered in the first line. output Prints the changed word on the first line. Solution using using