I cannot run boolean datatype

how can i run boolean datatype

The boolean values are true and false. Following is an example of outputting one of them …

System.out.println(true);