0 / 60 seg.

What is the outcome of executing this Java code?

int num = 200;
byte convertedNum = (byte)num;
System.out.println(convertedNum);