Resource Type | Posted On |
Prolog program to find last item of the list | Feb 22 |
Prolog program Define the relation last(item,list) so that item is the last elem... | Feb 21 |
Prolog program to define the relation last(item,list) so that item is the last e... | Feb 22 |
Prolog program to find the last element in a given list | Feb 21 |
Prolog program to add an element in a last position in given list | Feb 21 |
Prolog program to find sum of all the numbers in a given list | Feb 21 |
Prolog program to find the length of a given list | Feb 21 |
Prolog program to find summation of list of numbers | Feb 21 |
PROLOG PROGRAM TO FIND SUBLISTS OF THE GIVEN LIST | Feb 22 |
Prolog program to find whether the length of a list is even or odd | Feb 22 |
Prolog program to find the nth element of a list | Feb 22 |
Prolog program to find the sum of the elements in the list | Feb 22 |
Prolog program to find the nth element of a list | Feb 22 |
Prolog program to find maximum number from a list | Feb 22 |
PROLOG PROGRAM TO FIND THE PERMUTATION OF THE GIVEN LIST | Feb 22 |
Write a query to find the last day of the month | Aug 05 |
Prolog program to find the permutations of a given list i.e. to find all possibl... | Feb 22 |
Prolog program to merge two ordered list generating an ordered list | Feb 22 |
Prolog program to check whether a list is an ordered list or not | Feb 22 |
Prolog program to concatenate two lists giving third list | Feb 21 |
Prolog program to display item name, code, quantity, price and grade | Feb 21 |
Function for inserting an item into a linked list | Dec 11 |
Function for deleting an item from linked list | Feb 26 |
Display invoices containing item keyboard in list | Dec 12 |
Example to find items having unit price greater than or equal to 500 | Sep 07 |
|
Prolog program to concatenate two lists, an element is a member of a given list ... | Feb 22 |
Program to find the smallest quotation for the given item | Feb 07 |
Display items having item price between 100 to 500 using select query | Jun 26 |
Display items containing letter 't' in item name | Apr 12 |
Display item details in descending order of item price using order by clause in ... | Mar 16 |
Display total item price of item table using sum() function | Dec 19 |
Display average item price of item table using avg() function | Oct 26 |
Display highest item price of item table using max() function | Oct 30 |
Display lowest item price of item table using min() function | Apr 22 |
Example of sub query to display items having item price less than Keyboard | Feb 18 |
Display top 3 highest item price from item table | Jul 15 |
Find Economic Order Quantity for a single item is given by EOB = sqrt(2 * deman... | Oct 16 |
ProLog Program to sort a list using Quick Sort | Feb 21 |
ProLog Program to sort the list of integers using Insertion Sort | Feb 21 |
Prolog program to generate first 10 prime numbers and store them in a list | Feb 21 |
Prolog Multi-List Program | Feb 21 |
Prolog program to delete an element from a given list | Feb 21 |
Prolog program to check whether a number is a member of given list or not | Feb 21 |
Prolog program to use of list | Feb 21 |
Prolog program of predicate ordered (List) which is true if List is an ordered l... | Feb 21 |
Prolog program to check whether a given list is palindrome or not | Feb 21 |
Prolog program to reverse a given list | Feb 21 |
ProLog Program to read a file and create a list of all words of it | Feb 21 |
prolog program to read 10 strings into a list and display similar characters | Feb 21 |
Prolog program to write the elements of the list line by line | Feb 22 |