单项选择题

下列程序执行后,字符串s应是  String greets="hello";  String s=greets.substring(0,3);

A.ello
B.hell
C.hello
D.hl