hi ..
please can anyone help me with this .. i need it today
i wanna to do swith with this .. can i or not?
if ( x>y )
cout<< " x is bigger ";
else
cout<< " y is bigger ";
--
and i wanna to do conditional operator with more than 2 expressions .. can i do that?
and is that write or wrong?
grade == 'A' ? "ex" : grade == 'B' ? "v.g" : grade == 'c' ? "g" : undefined letter
thanx :)