Hi im New to Delphi and i need some help with a program i can't seem to get to compile;
procedure displayGrade(mark : integer);
begin
case mark of
0..49 : writeln('Fail');
50..64: writeln('Pass');
65..79: writeln('Credit');
80..100:writeln('Honours');
else...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.