Page 1 of 1

Assume that a variable L1 is instantiated to a list (five,six, seven), and variable A1 is instantiated to an atom four.

Posted: Tue Jul 12, 2022 8:21 am
by answerhappygod
Assume that a variable L1 is instantiated to a list (five,six,seven), and variable A1 is instantiated to an atom four. Write asingle Prolog statement that will create a new list that will haveall numerals represented by words in ascending order.