Computer Science, asked by pavanis176, 11 hours ago

which of the following declarations is/are legal in java?
1.int w=(int)888.8;
2.btye x=(byte)100l;
3.long y=(byte)100;

Answers

Answered by ranadevansh2264
1

Answer:

3. long y=(byte) 100;...

Similar questions