Hi, thanks for trying to help! However, I have found my mistake, it was pretty stupid. I just uninstalled JVM and JDK from my computer. But thank you very much
Originally Posted by
AngleWyrm
This type of mapping from variable to meaning is something inherited from mathematics. Modern programming languages can incorporate that information directly into the name like so
double moon_weight, earth_weight;
It makes the code much more legible, and frees your mind to work on the problem rather than spending effort on memory lookups.
It's actually a good idea, thank you!