Exercises
We'll cover the following...
We'll cover the following...
Exercise 1
Technical Quiz
1.
What is the output of this program?
A.
5 == 5 is true
5 >= 5 is true
B.
5 == 5 is true
5 > 5 is true
C.
5 >= 5 is true
5 > 5 is true
1 / 1
Exercise 2
Replace all four FIXMEs below with the correct type:
Exercise 3
Rewrite the program below so it doesn’t use any lets. Reminder: you can put any expression inside a macro call’s parameter list.