lovetohelpyou
lovetohelpyou
About
- Username
- lovetohelpyou
- Joined
- Visits
- 0
- Last Active
- Roles
- Member
Comments
-
you need to include the input output stream like this: #include <iostream> and maybe add a cin at the end so you can see the result before it exits, like this: cout<<"The sum of the even numbers is "<<evensum<…