Question: 4. Given the following code: short valuee-32767; System.out.println(value); valuee++; System.out.println(value); a) When you run this code, you have the exact same situation found in

4. Given the following code: short valuee-32767; System.out.println(value); valuee++; System.out.println(value); a) When you run this code, you have the exact same situation found in 3). What is the size of short? How many values can you represent with that size? What are the min and max representable values for short? b) If you want to have only positive values and the same datatype size, what datatype would you use in replacement of short? c) Provide an example with the new datatype in use. d) What are the min and max representable values for the new datatype?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
