What does the method substring(1, 4) return when called on the string "Programming"?
"rogr"
"rog"
"Prog"
"Pro"