x = "hello, how are you?"

I want the first character in x to be capital each time. So that it makes -

x = "Hello, how are you?"

How do I do that? Supose I want to put a "." at the end of every variable, how do I do that? Thanks