Assume you have opened and connected stream variables fileIn and fileOut. Assume further that you have finished with the input and output files. Write the statements necessary to close these files.
What will be an ideal response?
The calls to close are written:
fileIn.close();
fileOut.close();
Computer Science & Information Technology
You might also like to view...
An endnote is a reference in a text to the source of the information
Indicate whether the statement is true or false
Computer Science & Information Technology
In order to specify style rules in a style sheet, you must enter code by typing the code in the HTML file.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology