write a program that reads in a line consisting of a student's name,social security number ,user id,and password.the program outputs the string in which all digits of the social security number,and all the characters in the password are replaced by x(the social security number is in form 000-00-0000,and the user id and password do not contain any spaces.)Your program shouldn't use the operator [] to access a string element.