idk good luck man idek if this is a question but if it is just go with c or b
Answer:
i would say long term
Explanation:
if she is planning for a while on how she is gonna get the first place award and its a long period of time before the next history project i would go with long term
Your answer is false :)
I hope this helps! :)
Answer:
A
Explanation:
Option A is not true because a Boolean variable type can hold one of two values only that is (true/True or false/False).
All the other options given in the question are correct because
- A variable declaration refers to specifying its type and name
- If string variables are assigned a numeric values which is legal provided the values are enclosed in quaotes( " "), trying to carryout a mathematical operation like addition will result in string concatenation.
- The Variable name I_Love_to_eat_pizza is legal because it contains no special characters, doesn't start with a number and its not a reserved word in any language