Answer:
Explanation:
A ruler
;););););););););););););););)
Answer:
True
Explanation:
hoped I helped Im Eve btw Have a great day and consider marking this brainliest if you do thank you in advanced!
The answer to your question is,
NIC - Network Interface Card
-Mabel <3
Answer:
Prolog program are used in the artificial intelligence and the web development in a systematic manner process. As, it is also sometimes known as declarative language which basically consist of some facts and list. Prolog program are divided into the sections that are:
- Domain sections
- Clauses sections
- Predicates sections
- Goal sections
We need each section of the prolog program because all the sections introduced the systematic program and performed there particular functions so by using all these processing steps an efficient function are formed.
You didn't specify what the program should output, so there are many possibilities that result in a working program. It *looks* like this was intended:
int x = 24;
int y;
y = x-12;
cout<<y<<endl;
and it will display 12.