Multiple choice

Which of the following methods returns the value of the invoking object as a byte?

  1. float Value()

  2. long Value()

  3. int Value()

  4. the short short Value()

  5. byte Value()

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

This method returns the value of the invoking object of the type 'byte'.