Multiple choice What data type would you use for: "Hello World" int String char boolean Reveal answer Fill a bubble to check yourself B Correct answer Explanation A string is a sequence of characters used to represent text. 'Hello World' is a text sequence, making String the correct data type.