Showing posts with the label Else

C++ if Else Exercises

Use else if to specify a new condition to test if the first condition is false. Use else to specify a block of code to …