Skip to main content
๐Ÿ› Bug HuntC# C# / .NET Easyโšก+10 XP

Unhandled Exception

This crashes on invalid input.

๐Ÿ› Find the bug
1string input = "abc";
2int number = int.Parse(input);
๐Ÿ› The bug is on line 2

๐Ÿ”ง Select the correct fix: