Referenced from lesson Order of Operations
Translate the Circles of Evaluation into Code.
1)
(+ 4 -9)
|
2)
(- -1 14)
|
3)
(* -5 6.2)
|
||||||||||||||||||||||||||||||||||||
4)
(/ 0 (* 12 -9))
|
5)
(* (+ 9.1 -1) 7)
|
6)
(+ 3 (* 8 -8))
|
||||||||||||||||||||||||||||||||||||
7)
(- (* 6 -2) (+ 0 1))
|
8)
(+ -13 (/ 100 (+ 3 6)))
|
9)
(- (* (- 15 7) 7) 6.5)
|
These materials were developed partly through support of the National Science Foundation, (awards 1042210, 1535276, 1648684, and 1738598). Bootstrap:Integrated Oklahoma by Jen Poole is licensed under a Creative Commons 4.0 Unported License. Based on a work at www.BootstrapWorld.org. Permissions beyond the scope of this license may be available by contacting schanzer@BootstrapWorld.org.