Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
trying to do something simple here but not quite getting there attempting to implement a minimum function and using the following form
int min = i <? j;
while it will compile, it wont produce correct output any help appreciated...