User: duvster614

  • Public profile

User profile: duvster614

User info
User name:duvster614
History
Joined:
Number of posts:15
Latest posts:

Recursive Function to determine the #of even digits in an integer
What about now with this code. #include <iostream> using namespace std; int numEven (int x) { ...

Recursive Function to determine the #of even digits in an integer
I am new to C++ and i wrote a recursive function to display the number of even digits in an integer....

Finding the first even digit in an intger
here i wrote the code to print the even digits of an integer in the proper order but i need to just ...

max integer of 3 numbers using an outside funcition
#include <iostream> using namespace std; int main () { cout << max(5,9,8) << endl; ...

max integer of 3 numbers using an outside funcition
I need to write a program using a function to output the max of 3 integers. This is what i have so f...

This user does not accept Private Messages