Sorry! Posting Assignment is allowed only for commercial accounts.
Predict the output??.....class Hey { public static void main(String[] args) { short y=100; y=y*5; System.out.println(y); }}