Multiple choice

_________ exception is raised when the conversion of a number to a character string fails.

  1. VALUE_ERROR

  2. NO_DATA_FOUND

  3. INVALID_NUMBER

  4. PROGRAM_ERROR

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

INVALID_NUMBER is raised when the conversion of a number to a character string fails.