User profile: BardaTheHobo

User info
User name:BardaTheHobo
Name:Brady
History
Joined:
Number of posts:16
Latest posts:

Smallest and Largest of N numbers..
Another solution could be to get the first user number before entering the do-while loop and setting...

Smallest and Largest of N numbers..
I am not going to touch on the -1 in the min thing because Albatross has made a good recommendation ...

Two Matrices
Good catch on the second ++i, did not even notice that, that would probably fix it.

Two Matrices
Try removing the <= and just having < EX [code] for (int i = 0; i < s; i++) for (int j = 0; j < ...

Program With Stubs Driver To Test
Well you actually have a few errors here. First you need to put the functions outside of main, righ...