Qualification > Miscellaneous
Computer studies help HERE only !!
Ghost Of Highbury:
u identified the result for each student but forgot to count them..u also forgot to include 60 and 50...
astarmathsandchemistry:
i HAVE THIS FOR CREATURE'S ANSWER..........
Set DISTINCTION, MERIT, PASS, AND FAIL TO 0
SET COUNTER TO 0
While counter is < 25....DO
Input mark
Case mark of
greater than 69=distinction=distinction+1
greater than 60 or less than 69=merit=merit+1
greater than 50 or less than 59=pass=pass+1
otherwise
Fail=fail+1
end case
counter=counter+1
end while
PRINT Distinction merit pass or fail
I HOPE THIS IS CORRECT AND IT HELPS :D
Ghost Of Highbury:
thats correct rekomeko ... only a few minor changes..
=========
Set DISTINCTION, MERIT, PASS, AND FAIL TO 0
SET COUNTER TO 0
While counter is <= 25....DO
Input mark
Case mark of
greater than 69=distinction=distinction+1
greater than or equal to 60 or less than or equal to 69=merit=merit+1
greater than or equal to 50 or less than or equal to 59=pass=pass+1
otherwise
Fail=fail+1
end case
counter=counter+1
end while
PRINT Distinction merit pass or fail
astarmathsandchemistry:
oh ya the equals, thanks for the correction
:D still looking for your papers :)
Ghost Of Highbury:
hey thanks bro...
i hope i'm not disturbing you..
if its troubling you..its ok...i'll find it myself
sry
and thank u once again.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version