c++ i need ans asap plz 7. Write the definition for a vosd function called toScr
ID: 3910390 • Letter: C
Question
c++ i need ans asap plz
7. Write the definition for a vosd function called toScreen. The function toScreen has one formal parameter called tilestream, which is of type itstream. The precondition and postcondition for the function are given next. //Precondition: The stream fileStream has been connected //to a file with a call to the member function open. The //tile contains a list of integers (and nothing else) //Postcondition: The numbers in the file connected to //tilestream have been written to the screen one per 1ine. //(This function does not close the file.)