Code:
http://cboard.cprogramming.com/cplusplus-programming/129798-amazing-cplusplus-hw-help.html
Ok that was my first thread and I want to first off apologize for not putting the work I tried on my own. My mistake....sorry!
For those who actually tried to help me, I thank you, I really appreciate it.
You others who just wanted to make a joke of me....i cant curse on here but I didn't need any of you posting to just make me seem dumb. I admitted that i was terrible at this, but im doing it because I want to be better. Also that IF anyone wanted to do it all for me that they COULD. I DID NOT come here to ask you guys to do my work and leave...ok? I guess because it was my first post you thought it would be my last. Anyways for any of you lames that want to make themselves look cool over the internet by trying downgrade guys like me....simply F each and everyone of you. Thanks and hopefully I still be here after this. =)

Anyways thats my little rant. What i really came here for is to show u the simple program I did. Dont laugh >,>

Code:
{
 int num1,num2,num3;
 int lowest;
 cout<< "What are the numbers?";
 cin>>num1>>num2>>num3;

 lowest=(num1,num2,num3);

 if(num1<num2,num3)
	 cout<<lowest<< "is the lowest";
	return 0;
}
The assignment is in the first link(my first post) The first part is basically to take three integers as parameters , find the smallest and return it.
My problem is when i run the program it always picks the third number and im not sure what im doing wrong. But I believe my mistake happens to deal with the "if statement". I would appreciate any help....ACTUAL HELP(if you dont got anthing helpful to say, then dont say.....anything) Thanks