Virus-Detection Algorithm 1.Repeat the following: a)read a line from a file b)if no line read due to EOF, terminate c)otherwise scan the line for specified string of text d)if that text found, stop reading from file 2.Display message whether or not target string was found – signifying virus found/not found Note source code, Figure 10.4