User profile: Banshee1

User info
User name:Banshee1
History
Joined:
Number of posts:20
Latest posts:

find the largest number of user input
yea, but I have not learned that yet, so keep that in mind

find the largest number of user input
First we ask the user how many numbers he would like to input then he enters the numbers, then we fi...

find the smaller integer, logic error?
So, I am looking to create a program that finds the smallest of the 2 integers that the user inputs....

switch statements
[code]switch (ch) { case 'a': cout << ch; case 'b': cout << ch; case 'c': cout << ch; } ...

Default Arguments
Why are these function declarations illegal? void t1(int x, int y = 0, int z); void t2(int x = 0, in...