From e01623ca1d7c94e90d7580bd98aa631c37ac1f18 Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Sun, 10 Mar 2019 16:26:10 -0500 Subject: Fix 4C --- ee1301/wk4/hw4_directory/strap012_HW4C.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ee1301') diff --git a/ee1301/wk4/hw4_directory/strap012_HW4C.cpp b/ee1301/wk4/hw4_directory/strap012_HW4C.cpp index 2041150..17ef381 100644 --- a/ee1301/wk4/hw4_directory/strap012_HW4C.cpp +++ b/ee1301/wk4/hw4_directory/strap012_HW4C.cpp @@ -63,9 +63,9 @@ int main() return -2; } fout << "A," << A << std::endl - << "E," << std::endl - << "I," << std::endl - << "O," << std::endl + << "E," << E << std::endl + << "I," << I << std::endl + << "O," << O << std::endl << "U," << U; fout.close(); } \ No newline at end of file -- cgit v1.2.3