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
English,
1 month ago
Physics,
1 month ago
Math,
2 months ago
Business Studies,
2 months ago
Math,
9 months ago