Study the following program carefully.
class numbers
{
public static void main(String[] arg)
{
byte b = 130;
}
}
(a) Write down what you think will happen when an attempt is made to compile the program.
(b) Type the program and compile. If the program did not compile, write down the reason(s) why the compilation failed.