System.out.format(”Pi is approximately %d.”, Math.PI);  What is the result?() 

A .  Compilation fails. B .  Pi is approximately 3. C .  Pi is approximately 3.141593. D .  An exception is thrown at runtime.

时间:2022-09-22 11:15:51 所属题库:SCJP程序员认证考试题库

相似题目