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
1
Answer:
a. boolean m= true
Explanation:
hope it helps. :)
please mark brainliest
Answered by
2
- Which of the following is a correct representation of boolean data?
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