Question: using prolog 5. Write a rule that checks if the numbers in a list are sorted in ascending order. Provide a screenshot of the output.
5. Write a rule that checks if the numbers in a list are sorted in ascending order. Provide a screenshot of the output. ( 0.5 marks) - ? sort([1,2,3,4,5]). ANSWER: - ?sort([1,4,3,2,5])
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
