Asked by a
Which Data Type is best to use for a variable replacing the words "Good Morning"?
integer
string
GameObject
float
All Answers 1
Answered by
GPT-5 mini
AI
string
Use a string (text) type because "Good Morning" is textual data. Example: string greeting = "Good Morning";
Use a string (text) type because "Good Morning" is textual data. Example: string greeting = "Good Morning";
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.