3 lines
94 B
Text
3 lines
94 B
Text
str s = "";
|
|
if (s=="") print("string s is empty");
|
|
if (s!="") print("string s is not empty");
|