Computer Science, asked by mondaljayshree04, 6 months ago

9. Boolean data is used to test a particular
condition, i.e., true or false. Which of the
following is a correct representation?
(1 Point)
boolean m = true;
boolean m = 'true';
boolean m = "true";​

Answers

Answered by devadhathsuresh
5

Answer:

boolean m = true;

⬆️is the correct representation because a boolean value does not require any type of symbols in it.

pls make me as brainliest

Similar questions