 |
Java Games: Flashcards, matching, concentration, and word search. |
 |
 |
match sceme expressions 2
Match Scheme expressions that have the same value
|
| A | B |
| (remainder 12 5) | (sqrt 4) |
| (quotient 50 7) | (- (expt 2 3) 1) |
| (abs (- 5 11)) | (floor 6.49) |
| (ceiling 7.51) | (sub1 9) |
| (add1 (add1 3)) | (round (/ 19 4)) |
| (gcd 12 18 27) | (lcm 1 3) |
| (sqrt (+ 9 7) | (gcd 12 20 28) |
| (expt (sqrt 9) 3) | (sub1 (lcm 14 4)) |
| (floor (add1 (/ 0 4))) | (remainder 100 99) |
| (quotient 3 (sqrt 64)) | (round (/ 2 70)) |
|
| |