188k views
12 votes
What are the different data types that a variable can be in computer programming?

User Mark Rabey
by
5.8k points

1 Answer

7 votes

Answer:String (or str or text)

Character (or char)

Integer (or int)

Float (or Real)

Boolean (or bool)

Step-by-step explanation:

User Ynv
by
5.7k points