#### Quadrangle Checker ##### Try running the program: `"./quadA 3 3 | ./quadChecker"` ``` [quadA] [3] [3] ``` ###### Does the program returns the value above? ##### Try running the program: `"./quadB 3 3 | ./quadChecker"` ``` [quadB] [3] [3] ``` ###### Does the program returns the value above? ##### Try running the program: `"./quadC 1 1 | ./quadChecker"` ``` [quadC] [1] [1] || [quadD] [1] [1] || [quadE] [1] [1] ``` ###### Does the program returns the value above? ##### Try running the program: `"./quadE 1 2 | ./quadChecker"` ``` [quadC] [1] [2] || [quadE] [1] [2] ``` ###### Does the program returns the value above? ##### Try running the program: `"./quadE 2 1 | ./quadChecker"` ``` [quadD] [2] [1] || [quadE] [2] [1] ``` ###### Does the program returns the value above? ##### Try running the program: `"./quadC 2 1 | ./quadChecker"` ``` [quadC] [2] [1] ``` ###### Does the program returns the value above? ##### Try running the program: `"./quadD 1 2 | ./quadChecker"` ``` [quadD] [1] [2] ``` ###### Does the program returns the value above? ##### Try running the program: `"./quadE 1 1 | ./quadChecker"` ``` [quadC] [1] [1] || [quadD] [1] [1] || [quadE] [1] [1] ``` ###### Does the program returns the value above? ##### Try running the program: `"echo 0 0 | ./quadChecker"` ``` Not a Raid function ``` ###### Does the program returns the value above?