1.

Write An Sample Program In Prolog Language?

Answer»

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 !’ ).
}

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 !’ ).
}



Discussion

No Comment Found