单项选择题

下列语句执行后,s的值为 String greeting=“Hello,everybody!”; String s=greeting.substring(0,4);

A、Hell
B、llo
C、ello
D、Hello