SilkyFalcon

Generation

generate functionSun, 15 Jan 2023

Check from two inputs which one is grader?

bool checker(int a, int b) { int c = a - b; if (c > 0) return true; else return false; }

Questions about programming?Chat with your personal AI assistant