&&
||
!
&
|
(in C gefährlich, in Java ungefährlich)
int [] a = ...; int k = ...; if ( k >= 0 && a[k] > 7 ) { ... }