You could start with Python, gives you an idea of the basics
there are free online courses you can take that will teach you
If you learn one programming language well, then it is incredibly easy to learn another language because programming is a skill and the language you use is merely a tool. I'd suggest if you want to get a good idea of what you're gonna be doing quickly, go download Python 2.7 and open up the interpreter and start following some tutorials or search for "How to Think Like a Computer Scientist with Python" (a free and really USEFUL book for learning Python).