I do not understand what the difference between
int Hello ;
and
int hello ;
is .
Does it make a big difference if i use upper case Characters ?
I do not understand what the difference between
int Hello ;
and
int hello ;
is .
Does it make a big difference if i use upper case Characters ?
That's because of Java Convention! Actually, you can write a program like the way you're imagining but, you won't be following any pattern.......If you become a real programmer someday, you'll understand that patterns exist to make things better and easier.....