i need to put a condition when press 2 switches,then carry out something.i try this
else
{
if((RA2&RA3)&&!((RA1&RA3)&&(RA1&RA2)&&(RA0&RA2)&&(RA0&RA3)))
and there are still got few others same type condition,when try to run it,it only execute the first condition and the rest it just cant run..is there any way to make it short?