Find the output of the following program.public class Solution{
public static void main(String[] args){
short x = 10;
x = x * 5;
System.out.print(x);
}
}
Download the Study24x7 App, so you can connect and collaborate.