- Messages
- 1,258
- Reaction score
- 1,397
- Points
- 173
if you wanna add more than one if statement. use else if...... you can use else if for as many times as you want to specify different conditions. just remember to add an extra endif at the endthanks alot!!!!! .. well so for higest and lowest anwers.. v dnt use else rite ....y? e.g if m>y then y=m
else
if m<l then l=m