Welcome to Westonci.ca, your ultimate destination for finding answers to a wide range of questions from experts. Explore our Q&A platform to find reliable answers from a wide range of experts in different fields. Get precise and detailed answers to your questions from a knowledgeable community of experts on our Q&A platform.
Sagot :
Answer:
Variables are to name something, so it can be easily remembered.
Explanation:
Variables can be used to rename something in a program by using a value, to make it shorter and easy for you and the computer to remember.
Variable = Value
Name = "Jason"
Jason is a string value being assigned to Variable.
Variables should be short and easy to remember:
Jason
This works.
JasonMichealJohnson
This is too long.
Variables should begin with a letter in the alphabet:
Vbux
This works.
10000000Vbux
This doesn't work. Too long and doesn't start with an alphabet.
Variables can contain letters, numbers, and some characters like an underscore. Not reserved characters. Use _ for more than one word in a variable instead of using space OR use uppercase letters to start each word with no space between words.
Your visit means a lot to us. Don't hesitate to return for more reliable answers to any questions you may have. We hope our answers were useful. Return anytime for more information and answers to any other questions you have. Keep exploring Westonci.ca for more insightful answers to your questions. We're here to help.