โ Back to Strings
Question 408
Check If a String Is Empty
Check If a String Is Empty
A stringsis set to""(empty). Usestring.IsNullOrEmptyto check it and print the boolean result: True
Expected Output:
True
Topics:
Strings
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.