Question: 4. Suppose that the variable result is declared as a TYPE. What is the type of the variable result in the following program? (1 point)

4. Suppose that the variable "result" is declared as a TYPE. What is the type of the variable result in the following program? (1 point) byte b = 42; 1 char c = 'a'; short s = 1024; int i = 50000; TYPE result = (s *b) + (i / c)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
