What is the outcome of executing this Java code?
int num = 200;
byte convertedNum = (byte)num;
System.out.println(convertedNum);
What is the outcome of executing this Java code?
int num = 200;
byte convertedNum = (byte)num;
System.out.println(convertedNum);