package test0072; import java.util.*; public class Test { public static void main(String[] args) { boolean b = true; boolean b1 = !b; } }