CJCoding With Joseph

Null Reference Handling

The variable text is set to null. Reading text.Length on a null reference throws a NullReferenceException. Catch it and print exactly Cannot read a null reference. Use top-level statements with try/catch. This program reads no input.

The program always prints: Cannot read a null reference

Expected Output:

Cannot read a null reference
Topics:
Exceptions
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.