J
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.


Miha Markic said:I wouldn't create such constructs at all - totally unreadable (even this is
only a sample).
--
Miha Markic [MVP C#] - RightHand .NET consulting & development
miha at rthand com
www.rthand.com
Josh said:int a = 1;
int b = 2;
int c = 3;
int d = 4;
int e = 5;
int f = 5;
int g = 5;
int r;
r = (a<b) ? (c<d) ? e : f : g;
It returns 5
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.