Exception in thread "main" java.lang.Error: Unresolved compilation problem: Type mismatch: cannot convert from short to byte at MainClass.main(MainClass.java:6)
Converting a short to a byte is a narrowing conversion