Type assignment problem
No. 236
Q: |
Consider the following code snippet:
The compiler complains “Required type: byte Provided:
int” with respect to the second line. Why is that although
only Propose a solution solving the issue at the same preserving
the |
A: |