0 votes
in Prolog by
Write An Sample Program In Prolog Language?

1 Answer

0 votes
by

Here is an example. of  Sample programming language by displaying the message “Hello”:

SOURCE CODE :

// the main program (this is a comment)

Hello:-

nl,

write(‘Hello World !’ ).

}

Related questions

0 votes
asked Mar 3, 2021 in Prolog by SakshiSharma
0 votes
asked Mar 3, 2021 in Prolog by SakshiSharma
...