Write a program using for loop (use days of the week as a sequence) to ask the user to enter the number of miles ran for each day of the week.
How many miles for Mon?
How many miles for Tues?
.................................
Count and display the number of days the user
1) ran less than 5 miles.
2) Ran between 5 and 10 miles ==> inclusive
3) Ran over 10 miles