Write the statement to create an input file object called salesFile and then open for input a file named "SalesEmployees.txt" using the salesFile file object.

What will be an ideal response?


ifstream salesFile;salesFile.open("SalesEmployees.txt");  ?or?salesFile.open("SalesEmployees.txt", ios::in);

Computer Science & Information Technology

You might also like to view...

Describe what a style “based on” another style means.

What will be an ideal response?

Computer Science & Information Technology

A data label

A) is a line used to depict trends and forecast future data. B) is the value or name of a data point. C) is a visual representation of numerical data. D) is a horizontal or vertical line that extends from the horizontal or vertical axis through the plot area.

Computer Science & Information Technology

?Which of the following is another term for calling a function?

A. ?declare B. ?invoke C. ?initialize D. ?instantiate

Computer Science & Information Technology

This panel identifies a selected object's width and height.

A. Measurements B. Location C. Transform D. Transition

Computer Science & Information Technology