Computer Science, asked by pujachoudhury, 8 months ago

Boolean data is used to test a particular condition i.e, true or false. Which of the following is a correct representation?
a. boolean m=true
b. boolean m='true'
c. boolean m= "true"
d. none​

Answers

Answered by hamda
1

Answer:

a. boolean m= true

Explanation:

hope it helps. :)

please mark brainliest

Answered by anindyaadhikari13
2

\star\:\:\:\bf\large\underline\blue{Question:-}

  • Which of the following is a correct representation of boolean data?

\star\:\:\:\bf\large\underline\blue{Answer:-}

Given options,

a. boolean m=true;

b. boolean m='true'

c. boolean m="true"

d. none.

Here, option a is rhe correct answer.

Similar questions