The range of numbers

closed account (ENh0ko23)
Say i enter numbers: 4,6,2, 23 and 9
The number range is from 2 to 23 but how would i make this come to fruition in c++
start with pseudocode.
a. determine the smallest number: say min_value
b. determine the largest number: say max_value
c. the range is: min_value to max_value
Topic archived. No new replies allowed.