Computer Science, asked by pritamdj079halder, 7 months ago

Boolean data is used to test a particular condition, i.e., true or false.
Which of the following is a correct representation?[1]
i)boolean m = true
ii)boolean m = 'true'
iii)boolean m = "true"
iv)none

Answers

Answered by AdityaRaj626
0

Answer:

answer is iv) because to represt a boolean try

ue or flase in program you need to write like this :-

boolean m = True

this is true syntax.

Answered by anadikedia4
10

Answer:

hope it help u follow me radhe radhe

Attachments:
Similar questions