30.4k views
25 votes
Which two data types can be used to store the sentence "Click to open. "?

character



string



float



Boolean



array

User Endama
by
3.3k points

1 Answer

2 votes

Answer:

String and array

Step-by-step explanation:

A string can store any type of text as long as it is encased in quotation marks (" ").

Since "Click to open." is a string, it can be stored in array because arrays are able to store strings.

User Khex
by
3.5k points