answersLogoWhite

0

What else can I help you with?

Related Questions

What languages does david silva speak?

David Silva is known to speak Spanish and English.


What languages can David Beckham speak?

pig and sheep


What is a word for if you know several languages?

Bilingual means to know 2 languages.


What are the best languages to know?

The best languages to know are Mandarin, Spanish and English. These are the top three most prevalent languages in the world.


What has the author David Frederick Oltrogge written?

David Frederick Oltrogge has written: 'Two studies in Middle American comparative linguistics' -- subject(s): Hokan languages, Otomanguean languages


How many languages did nicholas Copernicus know how to speak?

6 languages


How many languages did Sarah Winchester know?

she new 4 languages


What has the author Somfai David written?

Somfai David has written: 'Lincom: Languages of the World /Materials, vol. 420: Kyrgyz'


What do you know in maranaos?

i want 2 know their languages


Are there any people who know all the languages in the world?

It is highly unlikely for any individual to know all the languages in the world, as there are over 7,000 different languages spoken globally. Even the most multilingual individuals typically only know a handful of languages fluently.


What languages did George know?

English


WHAT IS logic programming language?

There is such subject as mathematical logic there are used predicated and etc. to define simple things. There is programming languages that use the same elements and they are used in search algorithms, artificial intelligence and other fields.One of the most know such languages is Prolog.It's different from other programming languages because of predicates ideology. You could tell that John is a man, at later ask such questions is John a man, who is a man and etc.For example:likes(david, samanta).likes(samanta, tom).?- likes(david, samanta).yes?- likes(samanta, david).no?- likes(samanta, tom).yes