Is binary search is possilble in Range?
yes. bsearch method
What are the methods to check if a value is present in a range?
member?,include?cover?
How to display the inbetween values in a range?
entries, to_a
what is the meaning of s…e(triple dot) in a range?
the last value in the range will get ingnored
difference between last and max methods
1. ..10.max = “9”