Can someone explain the solution to this question? It is inProlog. Thanks.
0/10 pts Question3 Given the following fact and rule (some extra white-spaces has been added to facilitate reading) fun(1, 2) fun(N, F) İs N fun(N1, F1), is * :-N>0, NI 1, F N F1. – What is the value of the variable X after running the following query? ?- fun (4,x) You Answered Correct Answers 48.0 (with margin: 0.0) Show transcribed image text 0/10 pts Question3
OR
OR