Problem

1 /4


Task to delete

Problem

A string is given. Remove all  @ characters from this string.

Input: Enter a string.
Output: print the answer to the problem.

 

# Input Output
1 Bilbo.Baggins@bagend.hobbiton.shire.me Bilbo.Bagginsbagend.hobbiton.shire.me


Note: Try using the Replace(Char, Char);< /span>