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

character



string



float



Boolean



array

asked
User Endama
by
8.8k 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.

answered
User Khex
by
8.5k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.