InterviewSolution
Saved Bookmarks
| 1. |
Ruby can deal with both numbers and floating point values.(a) True(b) FalseThis question was addressed to me in an interview for job.This question is from Data Types and Variables topic in portion Ruby Basics of Ruby |
|
Answer» RIGHT ANSWER is (a) True For explanation I would say: We can assingn a integer and a floating point VALUE to a variable. |
|