单项选择题

下列程序的执行结果是( )。 public class Test { public static void main(String args[]) { byte y=4; long r=80L; System.out.println(r/y); } }

A.20B
B.20
C.20.0
D.编译错误