This Scratch Project brings to life Sample Question #10 for the AP Computer Science Principles Course and Exam Description. #10. Consider the code segment: IF [onTime] DISPLAY "Hello." ELSE IF [absent] DISPLAY "Is anyone there?" ELSE DISPLAY "Better late than never." If the variables onTime and absent both have the value false, what is displayed as a result of running the code segment? a.) Is anyone there? b.) Better late than never. c.) Hello. Is anyone there? d.) Hello. Better late than never. You have to run the program to find out what the answer should be!
This Scratch Project brings to life Sample Question #10 for the AP Computer Science Principles Course and Exam Description found here: https://secure-media.collegeboard.org/digitalServices/pdf/ap/ap-computer-science-principles-course-and-exam-description.pdf