Multiple Choice
Ruby supports a number of different types of numeric classes, including all of the following except ____.
A) Integer
B) Float
C) String
D) Fixnum
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q26: Ruby variable names are:<br>A) Case sensitive<br>B) Case
Q27: Which of the following statements correctly defines
Q28: Interpolation is the process of substituting the
Q29: A constant is very similar to variable,
Q30: Which of the following methods should be
Q32: Creating a string by embedding characters inside
Q33: Which of the following is not true
Q34: To compare two strings to see if
Q35: When creating multiline text strings using the
Q36: Which of the following variable names is