I have been using Pascal for around 3-5 months now. I still haven't figured out how to return random answers. for instance there are 5 integers:
var a,b,c,d,e : integer;
and now the computer will tell you a random integer like:
writeln(c);
this is just an example of course because i would then later want to use it for other stuff like games. i wouldn't just want to display the text. can anyone help please?