填空题

3. string foo = “ABCDE”; 
4. foo.substring(3); 
5. foo.concat(“XYZ”); 
6.    
Type the value of foo at line 6.()

【参考答案】

ABCDE

相关考题