LogicWorks 4 Tutorial

The number of equations to be solved, N, is entered during program startup as an argument to the program invocation in the command line. If an argument is missing, the program should not crash. The values of coefficients a, b, and c, entered from the keyboard, shall be prompted and read by a function named readCoeffs(), as follows: ................
................