ossamamehmood / Hacktoberfest

Hacktoberfest OPEN FIRST Pull Request 🎉
https://hacktoberfest.com
GNU General Public License v3.0
1.29k stars 5.06k forks source link

Update calculator.java #6993

Closed sulaemanahmed closed 10 months ago

sulaemanahmed commented 10 months ago

Added extended functionality to the calculator program, allowing users to perform multiple calculations until they choose to exit. The updated code handles division by zero and modulo by zero cases, enhancing the user experience.