4. Create a variable named "Orange" and assign the value "Fruit" to it.
*)
Answers
Answered by
1
Explanation:
ActionScript declare a variable by writing "var" followed by the name of the variable, followed by a colon, followed by the TYPE. (e.g., var jims_age : int = 21;'). "Initialize" a variable. Initializing a variable is another way to say, "declare a variable", but further, implies giving it a base value.
Answered by
14
Answer:
Orange="Fruit"
✨
Similar questions
CBSE BOARD XII,
26 days ago
Computer Science,
26 days ago
Math,
26 days ago
Math,
1 month ago
Business Studies,
1 month ago
Math,
8 months ago