Java Elementary Exam

1、Let x be a float type variable, y be a double type variable, a be an int type variable, b be a long type variable, and c be a char type variable, then the value type of the expression
x + y * a / x + b / y + c for

A. int B. long C. double D. char

2、what is a keyword

Guess you like

Origin blog.csdn.net/weixin_58276266/article/details/131578063