Learn the fundamental concepts of computer programming
A variable is a named container used to store data in a computer's memory. Think of it as a box with a label on it.
When you create a variable, you are declaring it. When you give it data, you are assigning a value to it.
score instead of s).Edit the code below and click Run to see the result live.