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
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.