Computers and Technology

Create a function named printstudents, which takes a string input filename and an integer minimum score value and a string output file name as a parameters. the function will read the student scores and names from the file and output the names of the students with scores greater than or equal to the value given. this function returns the integer number of entries read from the file. if the input file cannot be opened, return -1 and do not print anything to the file. read each line from the given filename, parse the data, process the data, and write the required information to the file. each line of the file contains , , . read and parse the data, then write to the output file the names and classes for scores matching the criteria. example: with the following data and value of 80:

answer
Answers: 1

Similar questions

Do you know the correct answer?
Create a function named printstudents, which takes a string input filename and an integer minimum sc...

Questions in other subjects: