Posted: Mon Feb 04, 2008 12:37 pm Post subject: RE:Program using nested ifs
Thanks, i'll work on it!!
Sponsor Sponsor
stef_ios
Posted: Tue Feb 05, 2008 1:16 pm Post subject: RE:Program using nested ifs
So for that bit of code you posted, md, would I do that for each mark category. And then for the lesser grade put what the grade is below the category "whatever_A_is" and then for the greater grade put "You got an A"? So I would need four extra if statements.
md
Posted: Tue Feb 05, 2008 2:36 pm Post subject: RE:Program using nested ifs
Err... I suppose... what I meant was that the lesser grade would be like a C if the higher grade is a B.
Mostly I'm just throwing ideas out there though, it's up to you to figure out a solution that you are happy with (and understand).
stef_ios
Posted: Tue Feb 05, 2008 3:11 pm Post subject: RE:Program using nested ifs