+ 1

what is constants, variables and keywords?

how to use them

7th Jul 2019, 9:52 AM
Angus Mckinnon Young
Angus Mckinnon Young - avatar
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.
7th Jul 2019, 9:55 AM
Airree
Airree - avatar