首页题库练习题目详情
面向对象程序设计单选题中等

在Java中,下列哪种类型转换是正确的?

Aint i = (int) 'A'
Bdouble d = (double) 5;
Cchar c = (char) 65.5;
Dfloat f = (float) 5.5;