Tips for heathy life

Tips for heathy life

Jumat, 31 Oktober 2008

Logical NOT Operator in Java

boolean val1 = true;
boolean val2 = false;
System.out.println(!val1);
System.out.println(!val2);

0 komentar:

Posting Komentar