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";