Sorry! Posting Assignment is allowed only for commercial accounts.
Predict the output??..class monkey { public static void main(String[] args) { byte b=2+2; System.out.println(b); }}