Meeting Announcements & Notes

October 14, 2016 Meeting

We will meet in the board room at 25N at 5:45 tonight.

Tonight’s Agenda:

#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.

Check out this fun Scratch Project to help illustrate the answer!

squirrel
https://scratch.mit.edu/projects/95239704/

See you at tonight’s meeting!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.