Display the message "Without honors" by placing the return statements in their correct positions.
Make sure to pick return "With honors";, followed by return "Without honors";.
return "With honors";
return "Without honors";