Hi
In Formula question type is it possible to use:
c = (a> b)? (ab): ((b> a)? (ba): 0);
How can use the conditional operator like
Sign = (a> 0)? ("+") : (a< 0)? ("-"): "");
to get a string variable?
Thanks
Hi
In Formula question type is it possible to use:
c = (a> b)? (ab): ((b> a)? (ba): 0);
How can use the conditional operator like
Sign = (a> 0)? ("+") : (a< 0)? ("-"): "");
to get a string variable?
Thanks