teach_relational_operators
put "Questions, comments, concerns (y/n)? " ..
get student_response : *
if student_response = "n" or student_response = "N" then
% go on to new material
teach_selection
else
% review old material
teach_relational_operators
end if
No comments:
Post a Comment