required.close();
destined.close();
}
This program should ask the user to enter a filename and an output filename. The input filename should have a message that would be encrypted or decrypted, depends on the user's choice. The program should have 3 functions, one to check the file's existence, one to encrypt/decrypt each character and one to encrypt/decrypt the whole file.