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