Program to Define Relations in Prolog
In previous article we have seen how to find the reverse of a list. The following program shows the implementation of rules. It describes the relationships of brother, sister, grandparents,…
In previous article we have seen how to find the reverse of a list. The following program shows the implementation of rules. It describes the relationships of brother, sister, grandparents,…
In previous article we have seen how to append the list into another. In this article, we will see how to reverse a list. To identify a standard technique where…
In previous article we have seen how to find the population density of the country. In this we will discuss about how to append the list. The following program appends…
In previous article we have seen how to get factorial of a number. In this article, we will see program of how to calculate population density of a country. It…
In previous article we have discussed about Prolog and how to make program in Prolog. In the factorial program like take 5 Factorial of 5 is 120 as 5*4*3*2*1 PROGRAM:…
Artificial Intelligence Artificial intelligence is a branch of computer science which deals with such machines or computers that can do the jobs as well as humans like in order to…
In this article, we will discuss about getting geo-location of any city. For getting geo-location of any city in the form of longitude and latitude, we use Google API. For…
SOAP stands for Simple Object Access Protocol. We use SOAP Request to access data of the third party’s api. In API’s data transfer through XML. XML stands for eXensible Markup…
In this article we will discuss about how to call a function module in ABAP Program and also learn about other way to make a ALV Grid i.e. different from…
In previous article we have discussed about Function Module and steps to create a Function Module. In this article we will discuss about how to execute a function module. After…