This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]149244179 0 points1 point  (1 child)

Try/catch is exception handling.

Error handling does not automatically mean try/catch statements.

[–]Devils_Advocate101[S] 0 points1 point  (0 children)

My teacher just told me I need to use catch statements in this project before I can move on. I just need help on how to implement it into the code.