186k views
3 votes
You are declaring a variable that will store text. Which data type could be used for the new variable? Choose the best answer.

Boolean
string
int
real

User Veiset
by
5.6k points

2 Answers

5 votes

Answer: String

Step-by-step explanation:

give the guy above 5 stars not me.

User FredK
by
5.2k points
3 votes

Answer:

Jun 15, 2007 - String—This type holds strings, which are simple text values. ... Byte—This rarely used type holds small, positive integer values (from 0 to ... Note, however, that you may on occasion need a variable that can assume different data types. ... If you declare a variable to be one data type and then try to store a ...

Step-by-step explanation:

User Chris Matta
by
4.7k points