Solved

If the String Passed to ParseInt Contains a Floating-Point Numeric

Question 4

Multiple Choice

If the string passed to parseInt contains a floating-point numeric value, parseInt will ________.


A) return NaN
B) return 0
C) round the value to the nearest tenth
D) truncate the floating-point part to be left with an integer value

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions