a) 1 and 2
b) 2 and 3
c) 3 and 4
d) All statements are correct
int w = (int)888.8; 2. byte x = (byte)100L; 3. long y = (byte)100; 4. byte z = (byte)100L;
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
int w = (int)888.8; 2. byte x = (byte)100L; 3. long y = (byte)100; 4. byte z = (byte)100L;
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!