From 5ac080e57455d90853cfe929901794beacccf2da Mon Sep 17 00:00:00 2001 From: BensProgramma <91996773+BensProgramma@users.noreply.github.com> Date: Sun, 7 Nov 2021 12:56:22 -0800 Subject: Update Project2_Fhernandez_BSchroeder.cpp --- Project2_Fhernandez_BSchroeder/Project2_Fhernandez_BSchroeder.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Project2_Fhernandez_BSchroeder/Project2_Fhernandez_BSchroeder.cpp b/Project2_Fhernandez_BSchroeder/Project2_Fhernandez_BSchroeder.cpp index 021cde0..da0d29b 100644 --- a/Project2_Fhernandez_BSchroeder/Project2_Fhernandez_BSchroeder.cpp +++ b/Project2_Fhernandez_BSchroeder/Project2_Fhernandez_BSchroeder.cpp @@ -95,7 +95,9 @@ // //Testing Plan: // Testing consists of running each function 1 thru 7 with 3 possibilities.Positive and negative numbers, and zero. -// The outputs should handle all three cases. Test runs are included in the accompanying .txt file +// The outputs should handle all three cases. Options 8 and 9 should display the respective Table without asking for +// a number input from the user. Option 10 should display a goodbye message. +// Test runs are included in the accompanying .txt file // // // @@ -173,7 +175,7 @@ // //////////////////////////////////////////// // void NumDigits(number) -// Every digit adds a factor OF 10 to the number... +// Every digit adds a factor OF 10 to the number... // Dividing "number" by 10 and counting how many times we do this while the number is still >=1 // will give us how many digits the original number had. // count = 0 @@ -214,7 +216,7 @@ // ////////////////////////////////////////////////// // void DisplayMultiplicationTable() -// Similar to the addition table except with the contents being multiplication results +// Similar to the addition table except with the contents being multiplication results // Then call DisplayMenu() to start the program back through // /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3