Kyle-Pu / Mathematics

Various math formulas coded in Java to help students all across the world!
MIT License
40 stars 59 forks source link

Intermediate Value Theorem Calculator #3

Closed Kyle-Pu closed 6 years ago

Kyle-Pu commented 6 years ago

The IVT Calculator does not properly check for continuity. Even if the user enters "no" when prompted whether or not the function is continuous, the program moves on.

Prevent the above from occurring. When the function isn't continuous, the program should stop running and display the appropriate exit message.