Challenge: Designing a NumberRange Struct
A coding challenge based on the concepts covered in this chapter.
We'll cover the following...
Problem statement
Design a struct
that works similarly to NumberRange
, which also supports specifying the ...