C++

hey,
i need help with creating a program that can loop the amount you input into numbers like 1-10
so if we enter a number outside the range 1-10 what is the program expected to do?
output the numbers you input
now, who'd report a post like this?
http://www.cplusplus.com/forum/beginner/215484/#msg1001172

whoever it is you're just wasting your time

OP: take 2 inputs from user, upperLimit, lowerLimit and run a std::cout << number loop b/w lowerLimit and upperLimit
Topic archived. No new replies allowed.