7.0k views
2 votes
When using the boolean data type, we encapsulate the data in what symbol?

"Double Quotes"
'Single Quotes'
(Parenthesis)
Nothing.

2 Answers

6 votes
nothing no quotes when using that
User RenderCase
by
3.8k points
6 votes

Boolean are usually typed with no quotes (otherwise they would becomes strings), so you need no delimiters.

User Rmeakins
by
4.5k points