User profile: silver0101

User info
User name:silver0101
History
Joined:
Number of posts:3
Latest posts:

Finding Max Number
Thank you all. I got it.

Finding Max Number
I need the program to decide what number is the largest. You enter in the three numbers and then the...

Finding Max Number
#include <iostream> using namespace std; int max(int num1, int num2, int num3); int main () { ...

This user does not accept Private Messages