+ 1
what is constants, variables and keywords?
how to use them
1 Answer
+ 5
Constants are variables than can't be changed. Variables store a value of a pre-defined datatype. You can access, or change these values. Keywords in a language are important, you can do different kinds of things, like declare variables, make control structures, etc.