PREV INDEX NEXT

Author: Unknown
Subject: Test 11
Date: Tuesday, 25 Feb 2020, 16:49:12

I am running your test script using the input:
baba
abab
baba

When I run /c/cs223/Hwk3/strwrs -n  a- b < newfile.c
(newfile.c contains the text above), I am getting the output:

baba
abab
babb

Which is strange since the first line should correct to babb... My code is outputting the same thing, and I'm confused as to why this would be.

Thanks in advance!
PREV INDEX NEXT