Write a program that reads in a line consisting of a student’s name, Social Security number, user ID, and password. The

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

Write a program that reads in a line consisting of a student’s name, Social Security number, user ID, and password. The

Post by answerhappygod »

Write a program that reads in a line consisting of a student’sname, Social Security number, user ID, and password. The programoutputs the string in which all the digits of the Social Securitynumber and all the characters in the password are replacedby x. (The Social Security number is in theform 000-00-0000, and the user ID and the password do notcontain any spaces.) Your program should not use theoperator [] to access a string element. Use theappropriate functions described in Table7-1 below.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply