If you include the following pair of statements in the program, would it cause any error? . Yes No.?
short x = 20;
byte b = x;
Type the code, compile and execute the program. Write down the error(s), if any. Make the necessary correction(s). Run the program again. Briefly summarize your observations to the correction.