package test0073; import java.util.*; public class Test { public static void main(String[] args) { int i = 2; int n = ~i; } }