問題詳情

Given:35. String #name = "Jane Doe";36. int $age = 24;37. Double _height = 123.5;38. double ~temp = 37.5;Which two statements are true? (Choose two.)
(A) Line 35 will not compile.
(B) Line 36 will not compile.
(C) Line 37 will not compile.
(D) Line 38 will not compile.

參考答案

答案:A,D
難度:適中0.609375
統計:A(198),B(48),C(51),D(189),E(8) #
個人:尚未作答書單:note1

用户評論

【用戶】Joe Chen

【年級】

【評論內容】#: 符號無法當變數名稱~: 運算符號無法當變數名稱