assignment: chapter 2: review questions questions fa2pl10h.ch02.01m 1. what does a declaration always…

assignment: chapter 2: review questions questions fa2pl10h.ch02.01m 1. what does a declaration always provide for a variable? a. a name b. a data type c. a name and a data type d. a name, a data type, and a value
Answer
Brief Explanations:
In programming, a variable declaration must define its data - type (e.g., integer, string) and give it a name. A value is not always provided during declaration.
Answer:
c. a name and a data type