PREDICT THE OUTPUT??



class Hey {
public static void main(String[] args) {
short y=100;
y=y*5;
System.out.println(y);
}
}






Posted on by