I am making a simple program that allows me to set the name of an object by sending an array of characters into a public member function which then changes a private variable called name. I then tell my class to spit the name variable out so I can see if it work correctly -- but my output comes out mostly garbled.I am making a simple program that allows me to