Posts by Dailon Petersen • 1 point
1 post
-
0
votes2
answers1681
viewsQ: Recursive even numbers in C++
The purpose of the code below is, through a recursive method, to return the number of even numbers between two numbers placed by the user. I can’t understand why my method quant only returns 0.…