
-----------------------------------
batgirl13
Tue Oct 07, 2008 9:41 am

how to make a range?
-----------------------------------
i need my program to display specific text based on the number entered....for example if i enter a number between 50 and 60, i need it to say satisfactory, 70-100, good, ect.
i cant remember what the code is...does anyeone know?

-----------------------------------
S_Grimm
Tue Oct 07, 2008 10:12 am

RE:how to make a range?
-----------------------------------
if
elsif
else

-----------------------------------
gitoxa
Tue Oct 07, 2008 3:31 pm

RE:how to make a range?
-----------------------------------
You're wanting to use a decision structure.  Check out the Turing Walkthrough the if structures section

-----------------------------------
S_Grimm
Tue Oct 07, 2008 6:54 pm

RE:how to make a range?
-----------------------------------
in other words if # > #2 and #3 and 