Answer:
#include <iostream>
using namespace std;
int main()
{
int i = 45;
for ( i = 45; i <=165; i = i + 6)
cout << i << endl;
}
Explanation:
I corrected your code and highlighted the mistakes. Even though you wrote the correct algorithm, your code did not compile because of the typos you made.
Remember, C++ is a case-sensitive language. That means, "For" is not same as "for".
Generally, variables and keywords are written in lower case. Of course, there are exceptions, such as constant variables are all written in uppercase letter and class names start with an uppercase letter.
The answer would be B, for your computer is considered a client instead of server.
Answer:
d. all of the above.
Explanation:
Since the advent of digital technology, production of goods and services have experienced a significant change from the traditional methods of production. This paradigm shift is made possible by the application of various modern technology.
Production processes are generally being facilitated and enhanced by the use of;
1. Computer-integrated manufacturing (CIM).
2. Computer-aided process planning (CAPP).
3. Computer-aided design (CAD).
4. Computer numerical control (CNC).
In the process of selecting an activity of the production phase:
1. A web authoring tool is often used.
2. The graphics, web pages, and other components are created.
3. The web pages are individually tested.
Answer:
base station
Explanation:
According to my research on information technology, I can say that based on the information provided within the question this type of radio hardware is referred to as a base station. These are tied to a fixed location and used to communicate as part of either: a push-to-talk two-way radio system, or a wireless telephone system such as cellular CDMA or GSM.
I hope this answered your question. If you have any more questions feel free to ask away at Brainly.