trying to fix this code with exception handling. Need help with it. | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

trying to fix this code with exception handling. Need help with it.

Include a general exception handler for exceptions that may need to be included, such as for the case that all coefficients are 0 or for other situations. Here is my code:

1st May 2021, 9:59 PM
Carlye
2 Respuestas
0
https://code.sololearn.com/ca20A23A11a2/#cpp Here is my code to my question.
1st May 2021, 10:02 PM
Carlye
0
Exceptions are covered in the course in chapter 8, lesson 81.1. The keywords try, catch and throw are used when working with exceptions
2nd May 2021, 1:28 AM
Benjamin Jürgens
Benjamin Jürgens - avatar