SyntaxFix
Write A Post
Hire A Developer
Questions
A simpler way to explain this,
public bool CheckInputs(int a, int b){ public bool condition = true; if (a > b || a == b) { condition = false; } else { condition = true; } return condition; }