Đầu ra của chương trình sau là bao nhiêu?javaclass conversion{public static void main(String args[]){double a = 295.04;int b = 300;byte c = (byte) a;byte d = (byte) b;System.out.println(c + "8/19Đầu ra của chương trình sau là bao nhiêu? class conversion { public static void main(String args[]) { double a = 295.04; int b = 300; byte c = (byte) a; byte d = (byte) b; System.out.println(c + " " + d); } } Chọn một:38 4339 44295 300295.04 300Giải thíchChọn đáp án B