public class Main { public static void main(String[] args) { byte count = 127; count += 2; System.out.println(count); } }