/*** can't assign to boolean literal
* COMP 520
* Identification
*/
class fail33 {
public static void main(String[] args) {
true = false;
}