SyntaxFix
Write A Post
Hire A Developer
Questions
the ternary operator
bool a = true; string b = a ? "if_true" : "if_false";