Project: Try-Catch
Implement try-catch in this Java project.
We'll cover the following
Ask for a number, then divide 100 by it:
Use
try
andcatch
to avoid crashing on division by zero.
Get hands-on with 1400+ tech skills courses.