Hi prologers,
I don't know if this is kind of a basic question, but I cannot figure it out myself...
The following program:
%% 1.23 (**) Extract a given number of randomly selected elements from a list.
%% Signature:
%% - select(Output, HowMany, Input).
select(Output, HowMany,Input) :-...