Respuesta :

Answer Explanation:

There are mainly three types of aProlog term these are variables ,constant and structure

  • variables: variables are the values which can according to program in the software the example of variables are A,B etc
  • canstant: a constant is a value that does not change with the program it is always same it does not effect on the programming.

       example of costant are 123,? ,% etc

  • structure : structure is the collection of the data value it also consist the function and the operation

        example of constant are eats(chocolate food),play(cricket hockey)