New Money Market prolog demo application.

Loan and Credit Card System

Written in the Prolog programming language using

Go ahead and query the loan system
Your results will appear after the buttons below.
















The Prolog Knowledge Base
Below is the prolog source code. Can you figure out how it works?




Use this button to update the knowledge base. i.e add a new line.

For example, add the line: takeout_card(sarah, card(debit)). OR takeout_loan(sarah, loan(student)).

Lower case letters must be used and a full stop is required. These are prolog conventions.