InterviewSolution
Saved Bookmarks
| 1. |
It’s a good habit to give two spaces between if statement and condition.(a) True(b) FalseI got this question by my college director while I was bunking the class.Origin of the question is The If Conditional Statement topic in section Conditional Statements of Ruby |
|
Answer» CORRECT answer is (a) True To EXPLAIN I would SAY: Not necessary but good CODERS follow it. |
|