I dont know. by this time you might have learnt some thing about programing. Actaully the stuff u do in programing is like driving a bicycle with 18 gears . you need to know which gear matches which surface. all the programing languages share the same juice with different level of sugar in it.
take C. It is the most simple programming language ever designed. but the functionality of that C is just amazing.
let me give you a simple example about programing.
just assume 2 guys talking to each other. One guy says some thing and the other guy seems to understand. Just in this case, imagine that one of the guy is the instructor and has brain power. and the other guy is a worker who has man power. one guy tells the ther guy does it. If the instructor does not telll the work man in workmans language, the workman will not be able to understand. but if he does, the benefit is for the instructor.
so here, , assume the speech and syntax as language. you are the instructor. if you take C for example just to take 2 inputs, you say
scanf(&a, &d)
which means you are asking the computer to scan for input.
it is just you should know the commands and to play with them as you desire.
every programing language follows a same set of rules but the amount of taking differs. confusing?
100 lines of C programing could be reduced to 50-60 lines in java and the trend goes on between languages. If you would like to learn programing, I recomend u learn C first.
after that u do C++ basics and get into JAVA. thats my little experience.
please leave a comment if you need technical explanation of how this programing works.
have a nice day
santhosh