Thinkcspy Chapter 8 Lab: Experimenting with 3n+1
Experimenting With the 3n+1 Sequence Instructions In this lab my job was to take the initial code, graph the iterations and find the max number of iterations from one of…
Experimenting With the 3n+1 Sequence Instructions In this lab my job was to take the initial code, graph the iterations and find the max number of iterations from one of…
I won't lie, this lesson's exercises were challenging. Some of them I actually needed to look at the answers for help. Nearly all of them required some extra research. The…
Approximating the Value of Pi In this lab, our task was to simulate throwing darts at a 2x2 board, count how many landed in the circle out of the total…
Problem 4 Modify the turtle bar chart program from the previous chapter so that the bar for any value of 200 or more is filled with red, values between #…
Problem 1 Use the drawsquare function we wrote in this chapter in a program to draw the image shown below. Assume each side is 20 units. (Hint: notice that the…