You get one point for each of the following Open the file english.txt Read every line of the file Write the words to spanish.txt After changing house->casa, chicken->pollo, and crazy->loco This took me about 20 lines of code import java.io.*; class fred { public static void main(String args[]) { } }