Computer Applications
Boolean Data is used to test a particular condition i.e. true or false. Which of the following is a correct representation?
- boolean m=true
- boolean m='true'
- boolean m="true"
- none
Values & Data Types Java
49 Likes
Answer
boolean m=true
Answered By
7 Likes