Beispiel int a; // ...code that calculates 'a' string s = a ? "True" : "False";
int a; // ...code that calculates 'a' string s = a ? "True" : "False";