Answered

Which two data types can be used to store the sentence "Click to open. "?



character



string



float



Boolean



array

Answer :

EP0NA

Answer:

String and array

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.

Other Questions