Advertisement
Guest User

Untitled

a guest
May 23rd, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. Latin Part 3
  2.  
  3. Write a program that opens a text file for input, opens a text file for out put, transfers (copies) the content of the first file to the second file, opens the second file for input and displays the contents of the second file.
  4.  
  5. Latin Part 4
  6.  
  7. Combine Parts 1, 2 & 3 to translate an english text file to latin, store the latin translation in a seperate file, and output the translation from the translated file. The program must be written in a modular style.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement