I found the same answer on
g.o.o.g.l.e
Answer:
A. Rules
Explanation:
Rules can determine what can be done and what cannot be done... giving it restrictions, or RULES in a video game among-st a player
Answer:
Provide teams with the resources they need to work together.
Train employees and encourage ongoing learning.
Encourage people to socialize outside of work.
Clarifying roles and setting expectations.
Review individual's talents.
Explanation:
Organic light emitting diode,
Technology is a category not a specific thing
Answer:
Option b outFile.open("outputData.out");
Explanation:
In C++, there are several classes given to handle output and input of characters to or from files. They are:
- ofstream that write on files
- ifstream that read from files
We can use an object of ofstream to hold the contents that we wish to output to an external file. The general syntax is as follows:
ofstream_obj.open(file_name)
This will create a file with a specific file name and it possesses all the contents from the obstream_obj.