QUOTE
For example, is C++ on the same difficulty level as Visual Basic? It OBVIOUSLY easier.
Is it? In what way? I think VB is easier.
QUOTE
Your missing the point
'Your' is possessive, but that too is beside the point. Alan answered you based on what you asked. You didn't make any statements about understanding any sort of language at all. You asked for an easy language to learn, which is a question we get asked a lot by kiddies that think they can learn to program if just given the correct language, so you will have to excuse us. In fact, if you look through the programming forum here, you will find that your exact question has been asked and answered multiple times.

QUOTE
I already know the logic behind programming and I'm sure I could learn it faster with some languages rather than others
That makes no sense, I'm afraid. The logic behind programming is the same, no matter what language you happen to be using. A boolean serves exactly the same function in C++, Java, VB, Perl, etc.; An if-loop is exactly the same (logic wise). If what you are really asking is which languages have a syntax that is easier to learn than some other languages, than that is a completely different question than what you are trying to ask.
The first question is, what is your definition of easy to learn? My definition is one for which I can readily find online references and examples. If I have enough samples, I can figure out how to use a language rather quickly. Is that what you really want to know? What other languages do you use? Maybe we can suggest something similar.