单选题 下列程序的执行结果是 ____
public class Testii{
public static void main(String arg[]){
byte y=4;
long r==80L:
System.out.println(r/y):
}
}
【正确答案】 B
【答案解析】