if (x <= y) z = x else z = y;
This post has been edited by Martyn.Rae: 20 March 2011 - 09:04 PM
Reason for edit:: Code tags to work




Posted 20 March 2011 - 07:36 PM
if (x <= y) z = x else z = y;
This post has been edited by Martyn.Rae: 20 March 2011 - 09:04 PM
Reason for edit:: Code tags to work
