Answer:
dataFile << salary;
Explanation:
To write salary to a file (payroll.dat) using ofstream, you make use of the following instruction:
<em>ofstream dataFile;
</em>
<em>myfile.open ("payroll.dat");
</em>
<em>myfile <<salary;
</em>
<em>myfile.close();</em>
<em />
This line creates an instance of ofstream
<em>ofstream dataFile;
</em>
This line opens the file payroll.dat
<em>myfile.open ("payroll.dat");
</em>
This is where the exact instruction in the question is done. This writes the value of salary to payroll.dat
<em>myfile <<salary;
</em>
This closes the opened file
<em>myfile.close();</em>
<em />
<em />
Answer: ( 3**2)
Explanation: honestly I can't help you. Try google it is waiting for you with open harms.
Answer:
B. emotional
Explanation:
An emotional argument. An argument does not always have to be made in words.
It was the whaling industry.
Whaling use to be the main source of oil that was used for fuel and
lighting in America which was based in the coastal communities of New England. It went into decline when oil was discovered
in 1859. Eventually it replaced whale
oil as a source of fuel and life.