Function Exercise
- What facts would you use to represent a student?
- Write a rule that prints out a student's first and last name from
the fact.
- Modify the rule (and perhaps add rules) that implement a function
to print out a student's names.
- Modify the rules so that they take a parameter. The parameter
is the student number and the rules will now only printout
that student's number.