I am not even sure yet if my Roman decrpyt and encrpytion is right because nothing is outputting into the roman.out file??
Code:
public class Roman {
public void decryptEncrypt (String inputFileName, String outputFileName)
{
try {
FileReader reader