<snapdata remixID="13061798"><project name="unit 2 11/6/23 project FINAL 11/16/23" app="Snap! 9.0, https://snap.berkeley.edu" version="2"><notes></notes><thumbnail>data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAAB4CAYAAAB1ovlvAAAAAXNSR0IArs4c6QAAAiVJREFUeF7t0sEJACAAAzHdf+gKLnGfdIHCkbttxxSIClwAo/JufwEAQUgLAJjmdw4gA2kBANP8zgFkIC0AYJrfOYAMpAUATPM7B5CBtACAaX7nADKQFgAwze8cQAbSAgCm+Z0DyEBaAMA0v3MAGUgLAJjmdw4gA2kBANP8zgFkIC0AYJrfOYAMpAUATPM7B5CBtACAaX7nADKQFgAwze8cQAbSAgCm+Z0DyEBaAMA0v3MAGUgLAJjmdw4gA2kBANP8zgFkIC0AYJrfOYAMpAUATPM7B5CBtACAaX7nADKQFgAwze8cQAbSAgCm+Z0DyEBaAMA0v3MAGUgLAJjmdw4gA2kBANP8zgFkIC0AYJrfOYAMpAUATPM7B5CBtACAaX7nADKQFgAwze8cQAbSAgCm+Z0DyEBaAMA0v3MAGUgLAJjmdw4gA2kBANP8zgFkIC0AYJrfOYAMpAUATPM7B5CBtACAaX7nADKQFgAwze8cQAbSAgCm+Z0DyEBaAMA0v3MAGUgLAJjmdw4gA2kBANP8zgFkIC0AYJrfOYAMpAUATPM7B5CBtACAaX7nADKQFgAwze8cQAbSAgCm+Z0DyEBaAMA0v3MAGUgLAJjmdw4gA2kBANP8zgFkIC0AYJrfOYAMpAUATPM7B5CBtACAaX7nADKQFgAwze8cQAbSAgCm+Z0DyEBaAMA0v3MAGUgLAJjmdw4gA2kBANP8zgFkIC0AYJrf+QOC496obByqTwAAAABJRU5ErkJggg==</thumbnail><scenes select="1"><scene name="unit 2 11/6/23 project FINAL 11/16/23"><notes></notes><hidden></hidden><headers></headers><code></code><blocks><block-definition s="is %&apos;num&apos; divisible by %&apos;num2&apos;" type="predicate" category="operators"><header></header><code></code><translations></translations><inputs><input type="%s"></input><input type="%s"></input></inputs><script><block s="doIfElse"><block s="reportVariadicEquals"><list><block s="reportModulus"><block var="num"/><block var="num2"/></block><l>0</l></list></block><script><block s="doReport"><block s="reportBoolean"><l><bool>true</bool></l></block></block></script><script><block s="doReport"><block s="reportBoolean"><l><bool>false</bool></l></block></block></script></block></script></block-definition><block-definition s="even? %&apos;num&apos;" type="predicate" category="operators"><header></header><code></code><translations></translations><inputs><input type="%s"></input></inputs><script><block s="doIfElse"><block s="reportVariadicEquals"><list><block s="reportModulus"><block var="num"/><l>2</l></block><l>0</l></list></block><script><block s="doReport"><block s="reportBoolean"><l><bool>true</bool></l></block></block></script><script><block s="doReport"><block s="reportBoolean"><l><bool>false</bool></l></block></block></script></block></script></block-definition><block-definition s="integer? %&apos;num&apos;" type="predicate" category="operators"><header></header><code></code><translations></translations><inputs><input type="%s"></input></inputs><script><block s="doIfElse"><block s="reportVariadicEquals"><list><block s="reportRound"><block var="num"/></block><block var="num"/></list></block><script><block s="doReport"><block s="reportBoolean"><l><bool>true</bool></l></block></block></script><script><block s="doReport"><block s="reportBoolean"><l><bool>false</bool></l></block></block></script></block></script></block-definition><block-definition s="odd? %&apos;num&apos;" type="predicate" category="operators"><header></header><code></code><translations></translations><inputs><input type="%s"></input></inputs><script><block s="doIfElse"><block s="reportVariadicEquals"><list><block s="reportModulus"><block var="num"/><l>2</l></block><l>0</l></list></block><script><block s="doReport"><block s="reportBoolean"><l><bool>false</bool></l></block></block></script><script><block s="doReport"><block s="reportBoolean"><l><bool>true</bool></l></block></block></script></block></script></block-definition><block-definition s="number of divisors %&apos;num&apos;" type="predicate" category="operators"><header></header><code></code><translations></translations><inputs><input type="%s"></input></inputs><script><block s="doWarp"><script><block s="doReport"><block s="reportListAttribute"><l><option>length</option></l><custom-block s="divisors of %s"><block var="num"/></custom-block></block></block></script></block></script></block-definition><block-definition s="divisors of %&apos;number&apos;" type="reporter" category="lists"><header></header><code></code><translations></translations><inputs><input type="%s"></input></inputs><script><block s="doWarp"><script><block s="doDeclareVariables"><list><l>num list</l><l>new list</l></list></block><block s="doSetVar"><l>num list</l><block s="reportNumbers"><l>1</l><block var="number"/></block></block><block s="doSetVar"><l>new list</l><block s="reportNewList"><list></list></block></block><block s="doForEach"><l>item</l><block var="num list"/><script><block s="doIf"><custom-block s="is %s divisible by %s"><block var="number"/><block var="item"/></custom-block><script><block s="doAddToList"><block var="item"/><block var="new list"/></block></script><list></list></block></script></block><block s="doReport"><block var="new list"/></block></script></block></script></block-definition><block-definition s="initialize word list" type="command" category="variables"><header></header><code></code><translations></translations><inputs></inputs><script><block s="doSetVar"><l>words list</l><block s="reportURL"><l>bjc.edc.org/bjc-r/prog/2-complexity/word-puzzle-list.txt</l></block></block><block s="doSetVar"><l>words list</l><block s="reportTextSplit"><block var="words list"/><l><option>line</option></l></block></block></script></block-definition><block-definition s="initialize grade list" type="command" category="variables"><header></header><code></code><translations></translations><inputs></inputs><script><block s="doSetVar"><l>grades list</l><block s="reportNewList"><list><l>76</l><l>33</l><l>75</l><l>92</l><l>89</l><l>84</l><l>91</l><l>84</l><l>78</l><l>90</l><l>80</l><l>22</l><l>64</l></list></block></block></script></block-definition><block-definition s="initialize gradebook" type="command" category="variables"><header></header><code></code><translations></translations><inputs></inputs><script><block s="doSetVar"><l>gradebook</l><block s="reportNewList"><list><l></l><l></l><l></l><l></l><l></l><l></l><l></l><l></l><l></l><l></l><l></l><l></l><l></l></list></block></block></script></block-definition><block-definition s="apply curve of %&apos;point&apos; to list %&apos;input list&apos; list" type="reporter" category="lists"><header></header><code></code><translations></translations><inputs><input type="%s"></input><input type="%l"></input></inputs><script><block s="doDeclareVariables"><list><l>curve list</l></list></block><block s="doSetVar"><l>curve list</l><block s="reportNewList"><list></list></block></block><block s="doForEach"><l>item</l><block var="input list"/><script><block s="doAddToList"><block s="reportVariadicSum"><list><block var="item"/><block var="point"/></list></block><block var="curve list"/></block></script></block><block s="doReport"><block var="curve list"/></block></script></block-definition><block-definition s="isolate numbers from %&apos;list&apos; higher than %&apos;the min number&apos;" type="reporter" category="lists"><header></header><code></code><translations></translations><inputs><input type="%l"></input><input type="%s"></input></inputs><script><block s="doDeclareVariables"><list><l>new list</l></list></block><block s="doSetVar"><l>new list</l><block s="reportNewList"><list></list></block></block><block s="doForEach"><l>item</l><block var="list"/><script><block s="doIf"><block s="reportVariadicLessThan"><list><block var="the min number"/><block var="item"/></list></block><script><block s="doAddToList"><block var="item"/><block var="new list"/></block></script><list></list></block></script></block><block s="doReport"><block var="new list"/></block></script><scripts><script x="248.89453125" y="97.66666666666663"><block var="list"/></script></scripts></block-definition><block-definition s="isolate words from %&apos;list&apos; higher than %&apos;the min word count&apos;" type="reporter" category="lists"><header></header><code></code><translations></translations><inputs><input type="%l"></input><input type="%s"></input></inputs><script><block s="doDeclareVariables"><list><l>new list</l></list></block><block s="doSetVar"><l>new list</l><block s="reportNewList"><list></list></block></block><block s="doWarp"><script><block s="doForEach"><l>item</l><block var="list"/><script><block s="doIf"><block s="reportVariadicLessThan"><list><block var="the min word count"/><block s="reportTextAttribute"><l><option>length</option></l><block var="item"/></block></list></block><script><block s="doAddToList"><block var="item"/><block var="new list"/></block></script><list></list></block></script></block></script></block><block s="doReport"><block var="new list"/></block></script></block-definition><block-definition s="isolate words from %&apos;list&apos; where letter %&apos;letter 1&apos; is the letter %&apos;letter 2&apos;" type="reporter" category="lists"><header></header><code></code><translations></translations><inputs><input type="%l"></input><input type="%s"></input><input type="%s"></input></inputs><script><block s="doDeclareVariables"><list><l>new list</l></list></block><block s="doSetVar"><l>new list</l><block s="reportNewList"><list></list></block></block><block s="doWarp"><script><block s="doForEach"><l>item</l><block var="list"/><script><block s="doIf"><block s="reportVariadicEquals"><list><block var="letter 2"/><block s="reportLetter"><block var="letter 1"/><block var="item"/></block></list></block><script><block s="doAddToList"><block var="item"/><block var="new list"/></block></script><list></list></block></script></block></script></block><block s="doReport"><block var="new list"/></block></script><scripts><script x="142.9951171875" y="253.5833333333332"><block var="letter 2"/></script></scripts></block-definition><block-definition s="does %&apos;word&apos; have %&apos;number&apos; letters" type="predicate" category="operators"><header></header><code></code><translations></translations><inputs><input type="%s"></input><input type="%s"></input></inputs><script><block s="doIfElse"><block s="reportVariadicEquals"><list><block s="reportTextAttribute"><l><option>length</option></l><block var="word"/></block><block var="number"/></list></block><script><block s="doReport"><block s="reportBoolean"><l><bool>true</bool></l></block></block></script><script><block s="doReport"><block s="reportBoolean"><l><bool>false</bool></l></block></block></script></block></script></block-definition><block-definition s="is letter %&apos;number&apos; of %&apos;word&apos; the letter %&apos;letter&apos;" type="predicate" category="operators"><header></header><code></code><translations></translations><inputs><input type="%s"></input><input type="%s"></input><input type="%s"></input></inputs><script><block s="doIfElse"><block s="reportVariadicEquals"><list><block s="reportLetter"><block var="number"/><block var="word"/></block><block var="letter"/></list></block><script><block s="doReport"><block s="reportBoolean"><l><bool>true</bool></l></block></block></script><script><block s="doReport"><block s="reportBoolean"><l><bool>false</bool></l></block></block></script></block></script></block-definition><block-definition s="max of %&apos;Uanswer&apos;" type="reporter" category="operators"><header></header><code></code><translations></translations><inputs><input type="%s"></input></inputs><script><block s="show"></block><block s="clear"></block><block s="doAsk"><l>input your numbers using the spacebar</l></block><block s="doDeclareVariables"><list><l>maxlist</l><l>finallist</l></list></block><block s="doSetVar"><l>maxlist</l><block s="reportTextSplit"><block s="getLastAnswer"></block><l> </l></block></block><block s="doForEach"><l>item</l><block var="maxlist"/><script><block s="doIf"><block s="reportVariadicLessThan"><list><block s="reportListItem"><l>1</l><block var="maxlist"/></block><block var="item"/></list></block><script><block s="doSetVar"><l>finallist</l><block var="item"/></block></script><list></list></block></script></block><custom-block s="write: %s %s %s"><block s="reportJoinWords"><list><block var="finallist"/><l>&gt;</l><l>the list</l></list></block><l>-85</l><l>-70</l></custom-block><block s="doReport"><block var="finallist"/></block></script><scripts><script x="11" y="383.1666666666666"><block s="doIf"><l/><script><custom-block s="write: %s %s %s"><block s="reportJoinWords"><list><block s="reportListItem"><l>1</l><block var="maxlist"/></block><l>&gt;</l><block s="reportListItem"><l><option>last</option></l><block var="maxlist"/></block></list></block><l>-85</l><l>-70</l></custom-block><block s="doReport"><block s="reportListItem"><l>1</l><block var="maxlist"/></block></block></script><list><block s="reportVariadicLessThan"><list><block s="reportListItem"><l>1</l><block var="maxlist"/></block><block s="reportListItem"><l><option>last</option></l><block var="maxlist"/></block></list></block><script><custom-block s="write: %s %s %s"><block s="reportJoinWords"><list><block s="reportListItem"><l><option>last</option></l><block var="maxlist"/></block><l>&gt;</l><block s="reportListItem"><l>1</l><block var="maxlist"/></block></list></block><l>-85</l><l>-70</l></custom-block><block s="doReport"><block s="reportListItem"><l><option>last</option></l><block var="maxlist"/></block></block></script><block s="reportVariadicEquals"><list><block s="reportListItem"><l><option>last</option></l><block var="maxlist"/></block><block s="reportListItem"><l>1</l><block var="maxlist"/></block></list></block><script><custom-block s="write: %s %s %s"><block s="reportJoinWords"><list><l>they&apos;re</l><l> equal </l><block s="reportListItem"><l>1</l><block var="maxlist"/></block><l>=</l><block s="reportListItem"><l><option>last</option></l><block var="maxlist"/></block></list></block><l>-85</l><l>-70</l></custom-block><block s="doReport"><l>haha</l></block></script></list></block></script></scripts></block-definition><block-definition s="maximum of list %&apos;maxlist&apos;" type="reporter" category="variables"><header></header><code></code><translations></translations><inputs><input type="%l"></input></inputs><script><block s="doForEach"><l>item</l><block var="maxlist"/><script></script></block><block s="doReport"><l></l></block></script></block-definition><block-definition s="min of %&apos;useranswer&apos;" type="reporter" category="operators"><header></header><code></code><translations></translations><inputs><input type="%s"></input></inputs><script><block s="show"></block><block s="clear"></block><block s="doAsk"><l>input your two numbers using the spacebar</l></block><block s="doDeclareVariables"><list><l>MIN</l></list></block><block s="doSetVar"><l>MIN</l><block s="reportTextSplit"><block s="getLastAnswer"></block><l> </l></block></block><block s="doIf"><block s="reportVariadicLessThan"><list><block s="reportListItem"><l><option>last</option></l><block var="MIN"/></block><block s="reportListItem"><l>1</l><block var="MIN"/></block></list></block><script><custom-block s="write: %s %s %s"><block s="reportJoinWords"><list><block s="reportListItem"><l><option>last</option></l><block var="MIN"/></block><l>&lt;</l><block s="reportListItem"><l>1</l><block var="MIN"/></block></list></block><l>85</l><l>0</l></custom-block><block s="doReport"><block s="reportListItem"><l><option>last</option></l><block var="MIN"/></block></block></script><list><block s="reportVariadicLessThan"><list><block s="reportListItem"><l>1</l><block var="MIN"/></block><block s="reportListItem"><l><option>last</option></l><block var="MIN"/></block></list></block><script><custom-block s="write: %s %s %s"><block s="reportJoinWords"><list><block s="reportListItem"><l>1</l><block var="MIN"/></block><l>&lt;</l><block s="reportListItem"><l><option>last</option></l><block var="MIN"/></block></list></block><l>85</l><l>0</l></custom-block><block s="doReport"><block s="reportListItem"><l>1</l><block var="MIN"/></block></block></script><block s="reportVariadicEquals"><list><block s="reportListItem"><l><option>last</option></l><block var="MIN"/></block><block s="reportListItem"><l>1</l><block var="MIN"/></block></list></block><script><custom-block s="write: %s %s %s"><block s="reportJoinWords"><list><l>they&apos;re</l><l> equal </l><block s="reportListItem"><l>1</l><block var="MIN"/></block><l>=</l><block s="reportListItem"><l><option>last</option></l><block var="MIN"/></block></list></block><l>85</l><l>0</l></custom-block><block s="doReport"><l>haha</l></block></script></list></block></script></block-definition><block-definition s="sqrt of %&apos;n&apos;" type="reporter" category="operators"><header></header><code></code><translations></translations><inputs><input type="%s"></input></inputs><script><block s="show"></block><block s="clear"></block><block s="doAsk"><l>input ur number</l></block><block s="doDeclareVariables"><list><l>num</l></list></block><block s="doSetVar"><l>num</l><block s="getLastAnswer"></block></block><custom-block s="write: %s %s %s"><block s="reportPower"><block var="num"/><block s="reportQuotient"><l>1</l><l>2</l></block></block><l>-170</l><l>0</l></custom-block><block s="doReport"><block s="reportPower"><block var="num"/><block s="reportQuotient"><l>1</l><l>2</l></block></block></block></script></block-definition><block-definition s="%&apos;a^2&apos; + %&apos;b^2&apos; = c^2" type="reporter" category="operators"><header></header><code></code><translations></translations><inputs><input type="%s"></input><input type="%s"></input></inputs><script><block s="show"></block><block s="clear"></block><block s="doAsk"><l>whats your first number?</l></block><block s="doSetVar"><l>a^2</l><block s="getLastAnswer"></block></block><block s="doAsk"><l>what&apos;s your second number?</l></block><block s="doSetVar"><l>b^2</l><block s="getLastAnswer"></block></block><custom-block s="write: %s %s %s"><block s="reportPower"><block s="reportVariadicSum"><list><block s="reportPower"><block var="a^2"/><l>2</l></block><block s="reportPower"><block var="b^2"/><l>2</l></block></list></block><block s="reportQuotient"><l>1</l><l>2</l></block></block><l>0</l><l>-70</l></custom-block><block s="doReport"><block s="reportPower"><block s="reportVariadicSum"><list><block s="reportPower"><block var="a^2"/><l>2</l></block><block s="reportPower"><block var="b^2"/><l>2</l></block></list></block><block s="reportQuotient"><l>1</l><l>2</l></block></block></block></script></block-definition><block-definition s="sum of %&apos;answer&apos;" type="reporter" category="operators"><header></header><code></code><translations></translations><inputs><input type="%s"></input></inputs><script><block s="show"></block><block s="clear"></block><block s="doAsk"><l>input your numbers using the spacebar</l></block><block s="doDeclareVariables"><list><l>SumList</l><l>Newsumlist</l></list></block><block s="doSetVar"><l>SumList</l><block s="reportTextSplit"><block s="getLastAnswer"></block><l> </l></block></block><block s="doForEach"><l>item</l><block var="SumList"/><script><block s="doSetVar"><l>Newsumlist</l><block s="reportVariadicSum"><list><block var="item"/><block var="Newsumlist"/></list></block></block></script></block><custom-block s="write: %s %s %s"><block var="Newsumlist"/><l>85</l><l>-70</l></custom-block><block s="doReport"><block var="Newsumlist"/></block></script></block-definition><block-definition s="greatest common divisor of %&apos;num&apos; %&apos;num2&apos;" type="reporter" category="operators"><header></header><code></code><translations></translations><inputs><input type="%s"></input><input type="%s"></input></inputs><script><block s="show"></block><block s="clear"></block><block s="doAsk"><l>whats your first number?</l></block><block s="doSetVar"><l>num</l><block s="getLastAnswer"></block></block><block s="doAsk"><l>what&apos;s your second number?</l></block><block s="doSetVar"><l>num2</l><block s="getLastAnswer"></block></block><block s="doUntil"><block s="reportVariadicEquals"><list><block s="reportIsA"><block s="getLastAnswer"></block><l><option>number</option></l></block><block s="reportBoolean"><l><bool>true</bool></l></block></list></block><script><block s="doSayFor"><l>please use only 2 NUMBERS </l><l>1.5</l></block><block s="doAsk"><l>whats your first number?</l></block><block s="doSetVar"><l>num</l><block s="getLastAnswer"></block></block><block s="doAsk"><l>what&apos;s your second number?</l></block><block s="doSetVar"><l>num2</l><block s="getLastAnswer"></block></block></script></block><block s="doWarp"><script><block s="doDeclareVariables"><list><l>gcf</l><l>1list</l><l>2list</l></list></block><block s="doSetVar"><l>gcf</l><block s="reportNewList"><list></list></block></block><block s="doSetVar"><l>1list</l><custom-block s="divisors of %s"><block var="num"/></custom-block></block><block s="doSetVar"><l>2list</l><custom-block s="divisors of %s"><block var="num2"/></custom-block></block><block s="doForEach"><l>item</l><block var="1list"/><script><block s="doIf"><block s="reportListContainsItem"><block var="2list"/><block var="item"/></block><script><block s="doAddToList"><block var="item"/><block var="gcf"/></block></script><list></list></block></script></block><custom-block s="write: %s %s %s"><block s="reportListItem"><l><option>last</option></l><block var="gcf"/></block><l>175</l><l>0</l></custom-block><block s="doReport"><block s="reportListItem"><l><option>last</option></l><block var="gcf"/></block></block></script></block></script></block-definition><block-definition s="how much percentage of %&apos;answer&apos;" type="reporter" category="operators"><header></header><code></code><translations></translations><inputs><input type="%s"></input></inputs><script><block s="show"></block><block s="clear"></block><block s="doAsk"><l>input the number that is part of the whole in that order using the spacebar</l></block><block s="doDeclareVariables"><list><l>numsr</l></list></block><block s="doSetVar"><l>numsr</l><block s="reportTextSplit"><block s="getLastAnswer"></block><l> </l></block></block><block s="doUntil"><block s="reportVariadicEquals"><list><block s="reportListAttribute"><l><option>length</option></l><block var="numsr"/></block><l>2</l></list></block><script><block s="doSayFor"><l>please use only 2 numbers and place a space inbetween you can use average next door for multiple numbers</l><l>2</l></block><block s="doAsk"><l>input the number that is part of the whole in that order using the spacebar</l></block><block s="doSetVar"><l>numsr</l><block s="reportTextSplit"><block s="getLastAnswer"></block><l> </l></block></block></script></block><custom-block s="write: %s %s %s"><block s="reportJoinWords"><list><block s="reportVariadicProduct"><list><block s="reportQuotient"><block s="reportListItem"><l>1</l><block var="numsr"/></block><block s="reportListItem"><l><option>last</option></l><block var="numsr"/></block></block><l>100</l></list></block><l>%</l></list></block><l>0</l><l>0</l></custom-block><block s="doReport"><block s="reportJoinWords"><list><block s="reportVariadicProduct"><list><block s="reportQuotient"><block s="reportListItem"><l>1</l><block var="numsr"/></block><block s="reportListItem"><l><option>last</option></l><block var="numsr"/></block></block><l>100</l></list></block><l>%</l></list></block></block></script></block-definition><block-definition s="the b in y=mx+b ( %&apos;x1,y1&apos; ) &amp; ( %&apos;x2,y2&apos; )" type="reporter" category="operators"><header></header><code></code><translations></translations><inputs><input type="%s"></input><input type="%s"></input></inputs><script><block s="doReport"><block s="reportDifference"><block s="reportListItem"><l><option>last</option></l><block var="x1,y1"/></block><block s="reportVariadicProduct"><list><block s="reportListItem"><l>1</l><block var="x1,y1"/></block><custom-block s="Slope: ( %s ) , ( %s )"><block s="getLastAnswer"></block><block s="getLastAnswer"></block></custom-block></list></block></block></block></script></block-definition><block-definition s="Slope: ( %&apos;x1,y1&apos; ) , ( %&apos;x2,y2&apos; )" type="reporter" category="operators"><header></header><code></code><translations></translations><inputs><input type="%s"></input><input type="%s"></input></inputs><script><block s="show"></block><block s="clear"></block><block s="doAsk"><l>whats ur first point? write x (space) y</l></block><block s="doSetVar"><l>x1,y1</l><block s="reportTextSplit"><block s="getLastAnswer"></block><l> </l></block></block><block s="doAsk"><l>whats ur second point? write x (space) y</l></block><block s="doSetVar"><l>x2,y2</l><block s="reportTextSplit"><block s="getLastAnswer"></block><l> </l></block></block><block s="doIfElse"><block s="reportVariadicEquals"><list><block s="reportListItem"><l>1</l><block var="x1,y1"/></block><block s="reportListItem"><l>1</l><block var="x2,y2"/></block></list></block><script><custom-block s="write: %s %s %s"><l>sorry You cant divide by 0</l><l>170</l><l>-70</l></custom-block></script><script><custom-block s="write: %s %s %s"><block s="reportQuotient"><block s="reportDifference"><block s="reportListItem"><l><option>last</option></l><block var="x2,y2"/></block><block s="reportListItem"><l><option>last</option></l><block var="x1,y1"/></block></block><block s="reportDifference"><block s="reportListItem"><l>1</l><block var="x2,y2"/></block><block s="reportListItem"><l>1</l><block var="x1,y1"/></block></block></block><l>170</l><l>-70</l></custom-block><block s="doReport"><block s="reportQuotient"><block s="reportDifference"><block s="reportListItem"><l><option>last</option></l><block var="x2,y2"/></block><block s="reportListItem"><l><option>last</option></l><block var="x1,y1"/></block></block><block s="reportDifference"><block s="reportListItem"><l>1</l><block var="x2,y2"/></block><block s="reportListItem"><l>1</l><block var="x1,y1"/></block></block></block></block></script></block></script></block-definition><block-definition s="y=mx+b input your 2 points ( %&apos;x1,y1&apos; ) , ( %&apos;x2,y2&apos; )" type="reporter" category="operators"><header></header><code></code><translations></translations><inputs><input type="%s"></input><input type="%s"></input></inputs><script><block s="show"></block><block s="clear"></block><block s="gotoXY"><l>0</l><l>0</l></block><block s="doAsk"><l>whats your first point?</l></block><block s="doSetVar"><l>x1,y1</l><block s="reportTextSplit"><block s="getLastAnswer"></block><l> </l></block></block><block s="doAsk"><l>whats ur second point</l></block><block s="doSetVar"><l>x2,y2</l><block s="reportTextSplit"><block s="getLastAnswer"></block><l> </l></block></block><block s="doIfElse"><block s="reportVariadicGreaterThan"><list><l>0</l><custom-block s="the b in y=mx+b ( %s ) &amp; ( %s )"><block s="getLastAnswer"></block><block s="getLastAnswer"></block></custom-block></list></block><script><custom-block s="write: %s %s %s"><block s="reportJoinWords"><list><l>Y=</l><l></l><l>x</l><custom-block s="the b in y=mx+b ( %s ) &amp; ( %s )"><block s="getLastAnswer"></block><block s="getLastAnswer"></block></custom-block></list></block><l></l><l></l></custom-block><block s="doReport"><block s="reportJoinWords"><list><l>Y=</l><custom-block s="Slope: ( %s ) , ( %s )"><block s="getLastAnswer"></block><block s="getLastAnswer"></block></custom-block><l>x</l><custom-block s="the b in y=mx+b ( %s ) &amp; ( %s )"><block s="getLastAnswer"></block><block s="getLastAnswer"></block></custom-block></list></block></block></script><script><custom-block s="write: %s %s %s"><block s="reportJoinWords"><list><l>Y=</l><custom-block s="Slope: ( %s ) , ( %s )"><block s="getLastAnswer"></block><block s="getLastAnswer"></block></custom-block><l>x</l><l>+</l><custom-block s="the b in y=mx+b ( %s ) &amp; ( %s )"><block s="getLastAnswer"></block><block s="getLastAnswer"></block></custom-block></list></block><l></l><l></l></custom-block><block s="doReport"><block s="reportJoinWords"><list><l>Y=</l><custom-block s="Slope: ( %s ) , ( %s )"><block s="getLastAnswer"></block><block s="getLastAnswer"></block></custom-block><l>x</l><l>+</l><custom-block s="the b in y=mx+b ( %s ) &amp; ( %s )"><block s="getLastAnswer"></block><block s="getLastAnswer"></block></custom-block></list></block></block></script></block></script></block-definition><block-definition s="Average of %&apos;answer&apos;" type="reporter" category="operators"><header></header><code></code><translations></translations><inputs><input type="%s"></input></inputs><script><block s="show"></block><block s="clear"></block><block s="doAsk"><l>input ur numbers using the spacebar</l></block><block s="doDeclareVariables"><list><l>AVG</l><l>finalavg</l></list></block><block s="doSetVar"><l>AVG</l><block s="reportTextSplit"><block s="getLastAnswer"></block><l> </l></block></block><block s="doForEach"><l>item</l><block var="AVG"/><script><block s="doSetVar"><l>finalavg</l><block s="reportVariadicSum"><list><block var="item"/><block var="finalavg"/></list></block></block></script></block><custom-block s="write: %s %s %s"><block s="reportQuotient"><block var="finalavg"/><block s="reportListAttribute"><l><option>length</option></l><block var="AVG"/></block></block><l>-85</l><l>0</l></custom-block><block s="doReport"><block s="reportQuotient"><block var="finalavg"/><block s="reportListAttribute"><l><option>length</option></l><block var="AVG"/></block></block></block></script></block-definition><block-definition s="area of triangle %&apos;base&amp;height&apos;" type="reporter" category="operators"><header></header><code></code><translations></translations><inputs><input type="%s"></input></inputs><script><block s="show"></block><block s="clear"></block><block s="doAsk"><l>input your two numbers base then hieght using the spacebar</l></block><block s="doDeclareVariables"><list><l>bh</l></list></block><block s="doSetVar"><l>bh</l><block s="reportTextSplit"><block s="getLastAnswer"></block><l> </l></block></block><custom-block s="write: %s %s %s"><block s="reportVariadicProduct"><list><block s="reportQuotient"><l>1</l><l>2</l></block><block s="reportVariadicProduct"><list><block s="reportListItem"><l>1</l><block var="bh"/></block><block s="reportListItem"><l><option>last</option></l><block var="bh"/></block></list></block></list></block><l>-170</l><l>-70</l></custom-block><block s="doReport"><block s="reportVariadicProduct"><list><block s="reportQuotient"><l>1</l><l>2</l></block><block s="reportVariadicProduct"><list><block s="reportListItem"><l>1</l><block var="bh"/></block><block s="reportListItem"><l><option>last</option></l><block var="bh"/></block></list></block></list></block></block></script></block-definition><block-definition s="write: %&apos;blank&apos; %&apos;distance&apos; %&apos;ydistance&apos;" type="command" category="looks"><header></header><code></code><translations></translations><inputs><input type="%s"></input><input type="%s"></input><input type="%s"></input></inputs><script><block s="hide"></block><block s="gotoXY"><l>-150</l><l>100</l></block><block s="write"><block var="blank"/><l>25</l></block><block s="gotoXY"><block var="distance"/><block var="ydistance"/></block><block s="show"></block></script></block-definition><block-definition s="Average %&apos;num list&apos; reporter (2)" type="reporter" category="operators"><header></header><code></code><translations></translations><inputs><input type="%l"></input></inputs><script><block s="doDeclareVariables"><list><l>AVG</l></list></block><block s="doSetVar"><l>AVG</l><block s="reportNewList"><list></list></block></block><block s="doAddToList"><block s="reportVariadicSum"><list><block s="reportListItem"><l>1</l><block var="AVG"/></block><block s="reportCDR"><block var="AVG"/></block></list></block><block var="AVG"/></block><block s="doForEach"><l>item</l><block var="AVG"/><script><block s="doAddToList"><block s="reportQuotient"><block s="reportVariadicSum"><list><block s="reportListItem"><l>1</l><block var="AVG"/></block><block s="reportListItem"><l>2</l><block var="AVG"/></block><block s="reportListItem"><l>3</l><block var="AVG"/></block></list></block><block s="reportListAttribute"><l><option>length</option></l><block var="AVG"/></block></block><block var="AVG"/></block></script></block><block s="doReport"><block var="AVG"/></block></script></block-definition><block-definition s="subtraction for yslope %&apos;x1,y1&apos; %&apos;x2,y2&apos;" type="reporter" category="operators"><header></header><code></code><translations></translations><inputs><input type="%s"></input><input type="%s"></input></inputs><script><block s="doAsk"><l>whats ur first point? write x (space) y</l></block><block s="doSetVar"><l>x1,y1</l><block s="reportTextSplit"><block s="getLastAnswer"></block><l> </l></block></block><block s="doAsk"><l>whats ur second point? write x (space) y</l></block><block s="doSetVar"><l>x2,y2</l><block s="reportTextSplit"><block s="getLastAnswer"></block><l> </l></block></block><block s="doReport"><l></l></block></script></block-definition><block-definition s="min of a %&apos;list&apos;" type="reporter" category="variables"><header></header><code></code><translations></translations><inputs><input type="%s"></input></inputs><script><block s="show"></block><block s="clear"></block><block s="doAsk"><l>input your two numbers using the spacebar</l></block><block s="doDeclareVariables"><list><l>MIN</l><l>mini</l></list></block><block s="doSetVar"><l>MIN</l><block s="reportTextSplit"><block s="getLastAnswer"></block><l> </l></block></block><block s="doForEach"><l>item</l><block var="MIN"/><script><block s="doIf"><block s="reportVariadicEquals"><list><block s="reportVariadicLessThan"><list><block s="reportListItem"><l>1</l><block var="MIN"/></block><block s="reportCDR"><block var="MIN"/></block></list></block><block s="reportBoolean"><l><bool>true</bool></l></block></list></block><script><custom-block s="write: %s %s %s"><block s="reportJoinWords"><list><block s="reportListItem"><l>1</l><block var="MIN"/></block><l>is the miniumum</l></list></block><l>85</l><l>0</l></custom-block><block s="doIfElse"><block s="reportVariadicEquals"><list><block s="reportVariadicLessThan"><list><block s="reportListItem"><l>1</l><block var="MIN"/></block><block s="reportCDR"><block var="MIN"/></block></list></block><block s="reportBoolean"><l><bool>false</bool></l></block></list></block><script><block s="doAddToList"><block var="item"/><block var="mini"/></block></script><script></script></block></script><list><block s="reportVariadicLessThan"><list><block s="reportListItem"><l><option>random</option></l><block var="MIN"/></block><block s="reportListItem"><l>1</l><block var="MIN"/></block></list></block><script><block s="doAddToList"><block var="item"/><block var="mini"/></block></script><block s="reportVariadicLessThan"><list><block s="reportListItem"><l><option>last</option></l><block var="MIN"/></block><block s="reportCDR"><block var="MIN"/></block></list></block><script><custom-block s="write: %s %s %s"><block s="reportJoinWords"><list><block s="reportListItem"><l><option>last</option></l><block var="MIN"/></block><l>is the miniumum</l></list></block><l>85</l><l>0</l></custom-block></script></list></block></script></block><block s="doReport"><l>heheh</l></block></script><scripts><script x="486.69661458333337" y="250.22222222222203"><block s="reportListItem"><l><option>last</option></l><block var="MIN"/></block></script><script x="430.6123046875001" y="343.9444444444444"><block s="reportListItem"><l>1</l><block var="MIN"/></block></script><script x="477.7545572916669" y="295.6944444444444"><block s="reportListItem"><l><option>last</option></l><block var="MIN"/></block></script><script x="535.5247395833334" y="192.7222222222221"><block s="reportCDR"><block var="MIN"/></block></script></scripts></block-definition></blocks><stage name="Stage" width="480" height="360" costume="2" color="255,255,255,1" tempo="60" threadsafe="false" penlog="false" volume="100" pan="0" lines="round" ternary="false" hyperops="true" codify="false" inheritance="true" sublistIDs="false" id="1555"><pentrails>data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAeAAAAFoCAYAAACPNyggAAAAAXNSR0IArs4c6QAADoVJREFUeF7t1cEJAAAIxDDdf2m3sJ+4wEEQuuMIECBAgACBd4F9XzRIgAABAgQIjAB7AgIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECByxcQFpoRMBzwAAAABJRU5ErkJggg==</pentrails><costumes><list id="1556"><item><ref mediaID="Stage_cst_Untitled"></ref></item><item><ref mediaID="Stage_cst_Untitled(2)"></ref></item></list></costumes><sounds><list struct="atomic" id="1557"></list></sounds><variables></variables><blocks></blocks><scripts></scripts><sprites select="1"><sprite name="Slope" idx="10" x="170" y="-70" heading="90" scale="1.1" volume="100" pan="0" rotation="1" draggable="false" costume="1" color="80,80,80,1" pen="tip" id="1562"><costumes><list id="1563"><item><ref mediaID="Slope_cst_Untitled"></ref></item><item><ref mediaID="Slope_cst_Untitled(4)"></ref></item><item><ref mediaID="Slope_cst_Untitled(2)"></ref></item></list></costumes><sounds><list struct="atomic" id="1564"></list></sounds><blocks></blocks><variables></variables><scripts><script x="160" y="104.40000000000008"><block s="receiveInteraction"><l><option>clicked</option></l></block><block s="goToLayer"><l><option>front</option></l></block><block s="doSayFor"><l>i can find slope listen to intructions because it may be tricky</l><l>2</l></block><block s="doSayFor"><custom-block s="Slope: ( %s ) , ( %s )"><block s="getLastAnswer"></block><block s="getLastAnswer"></block></custom-block><l>0</l></block></script><script x="19.00000000000001" y="101.99999999999999"><block s="receiveGo"></block><block s="show"></block><block s="clear"></block></script><script x="40.99999999999999" y="434.99999999999994"><custom-block s="subtraction for yslope %s %s"><l></l><l></l></custom-block></script></scripts></sprite><sprite name="Sqrt" idx="4" x="-170" y="2.842170943040401e-14" heading="90" scale="1.1" volume="100" pan="0" rotation="1" draggable="false" costume="3" color="80,80,80,1" pen="tip" id="1589"><costumes><list id="1590"><item><ref mediaID="Sqrt_cst_Untitled"></ref></item><item><ref mediaID="Sqrt_cst_Untitled(2)"></ref></item><item><ref mediaID="Sqrt_cst_Untitled(3)"></ref></item></list></costumes><sounds><list struct="atomic" id="1591"></list></sounds><blocks></blocks><variables></variables><scripts><script x="10" y="155.5999999999999"><block s="receiveGo"></block><block s="show"></block><block s="clear"></block></script><script x="165" y="153"><block s="receiveInteraction"><l><option>clicked</option></l></block><block s="goToLayer"><l><option>front</option></l></block><block s="doSayFor"><l>i can find the sqaure root for you</l><l>2</l></block><block s="doSayFor"><custom-block s="sqrt of %s"><block s="getLastAnswer"></block></custom-block><l>0</l></block></script></scripts></sprite><sprite name="Sum" idx="3" x="85" y="-70.00000000000006" heading="90" scale="1.1" volume="100" pan="0" rotation="1" draggable="false" costume="1" color="80,80,80,1" pen="tip" id="1611"><costumes><list id="1612"><item><ref mediaID="Sum_cst_Untitled"></ref></item></list></costumes><sounds><list struct="atomic" id="1613"></list></sounds><blocks></blocks><variables></variables><scripts><script x="47.33863932291589" y="127.33333333333337"><block s="receiveGo"></block><block s="show"></block><block s="clear"></block></script><script x="177.3386393229159" y="129.7333333333335"><block s="receiveInteraction"><l><option>clicked</option></l></block><block s="goToLayer"><l><option>front</option></l></block><block s="doSayFor"><l>i can find the total sum of a list</l><l>1.5</l></block><block s="doSayFor"><custom-block s="sum of %s"><block s="getLastAnswer"></block></custom-block><l></l></block></script></scripts></sprite><sprite name="a^2 + b^2" idx="9" x="0" y="-70.00000000000006" heading="90" scale="1.1" volume="100" pan="0" rotation="1" draggable="false" costume="2" color="80,80,80,1" pen="tip" id="1633"><costumes><list id="1634"><item><ref mediaID="a^2 + b^2_cst_Untitled"></ref></item><item><ref mediaID="a^2 + b^2_cst_Untitled(2)"></ref></item></list></costumes><sounds><list struct="atomic" id="1635"></list></sounds><blocks></blocks><variables></variables><scripts><script x="35" y="127.33333333333337"><block s="receiveGo"></block><block s="show"></block><block s="clear"></block></script><script x="165" y="132.73333333333346"><block s="receiveInteraction"><l><option>clicked</option></l></block><block s="goToLayer"><l><option>front</option></l></block><block s="doSayFor"><l>i can find the answer after using the pythagorean therom</l><l>2</l></block><block s="doSayFor"><custom-block s="%s + %s = c^2"><block s="getLastAnswer"></block><block s="getLastAnswer"></block></custom-block><l>0</l></block></script></scripts></sprite><sprite name="Area of Triangle" idx="2" x="-170" y="-70" heading="90" scale="1.1" volume="100" pan="0" rotation="1" draggable="false" costume="1" color="80,80,80,1" pen="tip" id="1657"><costumes><list id="1658"><item><ref mediaID="Area of Triangle_cst_Untitled"></ref></item></list></costumes><sounds><list struct="atomic" id="1659"></list></sounds><blocks></blocks><variables></variables><scripts><comment x="190.99469401041745" y="568.9999999999982" w="90" collapsed="false">how do i add the reporters&#xD;how to report lists as text</comment><comment x="340.3280273437484" y="574.9999999999975" w="90" collapsed="false">instead of setting and asking 30 questions. can i use the split block and add to a list and do it that way?</comment><script x="35" y="127.33333333333337"><block s="receiveGo"></block><block s="show"></block><block s="clear"></block></script><script x="158.99999999999997" y="127.7333333333334"><block s="receiveInteraction"><l><option>clicked</option></l></block><block s="goToLayer"><l><option>front</option></l></block><block s="doSayFor"><l>i can find the area of a triangle</l><l>2</l></block><block s="doSayFor"><custom-block s="area of triangle %s"><block s="getLastAnswer"></block></custom-block><l>0</l></block></script></scripts></sprite><sprite name="Average Sprite" idx="6" x="-85" y="0" heading="90" scale="1.1" volume="100" pan="0" rotation="1" draggable="false" costume="1" color="80,80,80,1" pen="tip" id="1679"><costumes><list id="1680"><item><ref mediaID="Average Sprite_cst_Untitled"></ref></item></list></costumes><sounds><list struct="atomic" id="1681"></list></sounds><blocks></blocks><variables></variables><scripts><script x="35" y="127.33333333333337"><block s="receiveGo"></block><block s="show"></block><block s="clear"></block></script><script x="155" y="127.73333333333346"><block s="receiveInteraction"><l><option>clicked</option></l></block><block s="goToLayer"><l><option>front</option></l></block><block s="doSayFor"><l>i can find the average for you</l><l>2</l></block><block s="doSayFor"><custom-block s="Average of %s"><block s="getLastAnswer"></block></custom-block><l>0</l></block></script></scripts></sprite><sprite name="percentage" idx="8" x="0" y="-2.842170943040401e-14" heading="90" scale="1.1" volume="100" pan="0" rotation="1" draggable="false" costume="1" color="80,80,80,1" pen="tip" id="1701"><costumes><list id="1702"><item><ref mediaID="percentage_cst_Untitled"></ref></item></list></costumes><sounds><list struct="atomic" id="1703"></list></sounds><blocks></blocks><variables></variables><scripts><script x="35" y="240.33333333333337"><block s="receiveGo"></block><block s="show"></block><block s="clear"></block></script><script x="198.99999999999997" y="229.73333333333343"><block s="receiveInteraction"><l><option>clicked</option></l></block><block s="goToLayer"><l><option>front</option></l></block><block s="doSayFor"><l>i can find the percentage of things for u</l><l>2</l></block><block s="doSayFor"><custom-block s="how much percentage of %s"><block s="getLastAnswer"></block></custom-block><l>0</l></block></script><script x="635.4541015625" y="424"><block var="MIN"/></script></scripts></sprite><sprite name="Maximum" idx="1" x="-85" y="-70.00000000000006" heading="90" scale="1.1" volume="100" pan="0" rotation="1" draggable="false" costume="1" color="80,80,80,1" pen="tip" id="1723"><costumes><list id="1724"><item><ref mediaID="Maximum_cst_Untitled"></ref></item><item><ref mediaID="Maximum_cst_Untitled(2)"></ref></item></list></costumes><sounds><list struct="atomic" id="1725"></list></sounds><blocks></blocks><variables></variables><scripts><script x="56.76136067708333" y="76.50000000000003"><block s="receiveGo"></block><block s="show"></block><block s="clear"></block><block s="goToLayer"><l><option>front</option></l></block><block s="doSayFor"><l>hello this is the calulator app! click anyone of us  to use we are so excited to help you.</l><l>4</l></block></script><script x="525.5946940104168" y="77.5666666666668"><block s="receiveInteraction"><l><option>clicked</option></l></block><block s="goToLayer"><l><option>front</option></l></block><block s="doSayFor"><l>i can find the maximum of two numbers for u</l><l>2</l></block><block s="doSayFor"><custom-block s="max of %s"><block s="getLastAnswer"></block></custom-block><l>0</l></block></script></scripts></sprite><sprite name="Maximum(2)" idx="11" x="190" y="160" heading="90" scale="1.1" volume="100" pan="0" rotation="1" draggable="false" costume="2" color="80,80,80,1" pen="tip" id="1750"><costumes><list id="1751"><item><ref mediaID="Maximum(2)_cst_Untitled(3)"></ref></item><item><ref mediaID="Maximum(2)_cst_Untitled"></ref></item></list></costumes><sounds><list struct="atomic" id="1752"></list></sounds><blocks></blocks><variables></variables><scripts><script x="56.761360677083374" y="76.50000000000004"><block s="receiveGo"></block><block s="show"></block><block s="clear"></block><block s="goToLayer"><l><option>front</option></l></block></script><script x="525.5946940104167" y="77.5666666666668"><block s="receiveInteraction"><l><option>clicked</option></l></block><block s="gotoXY"><l>190</l><l>160</l></block><block s="show"></block><block s="clear"></block><block s="goToLayer"><l><option>front</option></l></block><block s="doStopThis"><l><option>all</option></l></block></script></scripts></sprite><sprite name="Minimum" idx="5" x="85" y="0" heading="90" scale="1.1" volume="100" pan="0" rotation="1" draggable="false" costume="1" color="80,80,80,1" pen="tip" id="1772"><costumes><list id="1773"><item><ref mediaID="Minimum_cst_Untitled"></ref></item></list></costumes><sounds><list struct="atomic" id="1774"></list></sounds><blocks></blocks><variables></variables><scripts><script x="10" y="99.00000000000006"><block s="receiveGo"></block><block s="show"></block><block s="clear"></block></script><script x="166" y="101.40000000000015"><block s="receiveInteraction"><l><option>clicked</option></l></block><block s="goToLayer"><l><option>front</option></l></block><block s="doSayFor"><l>i can find the minimum of 2 numbers for you!</l><l>2</l></block><block s="doSayFor"><custom-block s="min of %s"><block s="getLastAnswer"></block></custom-block><l>0</l></block></script><script x="1103.8970052083328" y="54.666666666666686"><block var="MIN"/></script><comment x="23.333333333333314" y="380.83333333333337" w="90" collapsed="false">do i need to do a min and max for more than 2 items?</comment><script x="783.9846354166667" y="425.36111111111086"><block s="reportListItem"><l>1</l><block s="reportNewList"><list><l>14</l><l>13</l><l>16</l><l>4556</l><l>432</l><l>123</l></list></block></block></script><script x="476.66666666666663" y="280.4444444444446"><block s="doDeclareVariables"><list><l>a</l><l>b</l></list></block><block s="doSetVar"><l>a</l><block s="reportNewList"><list></list></block></block><block s="doSetVar"><l>b</l><block s="reportNewList"><list></list></block></block><block s="doForEach"><l>item</l><block s="reportNewList"><list><l>14</l><l>13</l><l>16</l><l>4556</l><l>432</l><l>123</l></list></block><script><block s="doIf"><block s="reportVariadicEquals"><list><block s="reportVariadicLessThan"><list><l></l><block var="item"/></list></block><block s="reportBoolean"><l><bool>true</bool></l></block></list></block><script><block s="doAddToList"><block var="item"/><block var="a"/></block></script><list><block s="reportVariadicEquals"><list><block s="reportVariadicLessThan"><list><block s="reportListItem"><l>1</l><block s="reportNewList"><list><l>14</l><l>13</l><l>16</l><l>4556</l><l>432</l><l>123</l></list></block></block><block var="item"/></list></block><block s="reportBoolean"><l><bool>false</bool></l></block></list></block><script><block s="doAddToList"><block var="item"/><block var="b"/></block><block s="doSayFor"><block var="b"/><l>2</l></block></script><block s="reportVariadicEquals"><list><block var="item"/><block s="reportListItem"><l>1</l><block s="reportNewList"><list><l>14</l><l>13</l><l>16</l><l>4556</l><l>432</l><l>123</l></list></block></block></list></block><script></script></list></block></script></block></script><script x="22.666666666666686" y="605.1666666666667"><block s="doUntil"><block s="reportVariadicEquals"><list><block s="reportIsA"><block s="getLastAnswer"></block><l><option>number</option></l></block><block s="reportBoolean"><l><bool>true</bool></l></block></list></block><script><block s="doSayFor"><l>please use only 2 numbers and place a space inbetween</l><l>2</l></block><block s="doAsk"><l>input your two numbers using the spacebar</l></block><block s="doSetVar"><l></l><block s="reportTextSplit"><block s="getLastAnswer"></block><l> </l></block></block></script></block></script><script x="184" y="239.99999999999972"><custom-block s="max of %s"><block s="getLastAnswer"></block></custom-block></script></scripts></sprite><sprite name="GCF" idx="7" x="175" y="0" heading="90" scale="1.1" volume="100" pan="0" rotation="1" draggable="false" costume="2" color="80,80,80,1" pen="tip" id="1940"><costumes><list id="1941"><item><ref mediaID="GCF_cst_Untitled"></ref></item><item><ref mediaID="GCF_cst_Untitled(2)"></ref></item></list></costumes><sounds><list struct="atomic" id="1942"></list></sounds><blocks></blocks><variables></variables><scripts><script x="35" y="334.5"><block s="receiveGo"></block><block s="show"></block><block s="clear"></block></script><script x="160" y="681.3333333333334"><block s="reportGet"><l><option>other sprites</option></l></block></script><script x="157" y="606.9000000000002"><block s="gotoXY"><l>175</l><l>3</l></block></script><script x="177" y="336.9000000000001"><block s="receiveInteraction"><l><option>clicked</option></l></block><block s="goToLayer"><l><option>front</option></l></block><block s="doSayFor"><l>i can find the greatest common divisor</l><l>2</l></block><block s="doSayFor"><custom-block s="greatest common divisor of %s %s"><block s="getLastAnswer"></block><block s="getLastAnswer"></block></custom-block><l>2</l></block></script><script x="319" y="568.1666666666669"><custom-block s="divisors of %s"><block var="num2"/></custom-block></script></scripts></sprite><watcher scope="Stage" s="getLastAnswer" style="normal" x="9.999999999999773" y="9.999999999999993" color="4,148,220" hidden="true"/><watcher var="MIN" style="normal" x="9.999999999999773" y="31.000002000000002" color="243,118,29" hidden="true"/><watcher var="maxlist" style="normal" x="9.999999999999773" y="52.00000399999999" color="243,118,29" hidden="true"/></sprites></stage><variables><variable name="MIN"><list struct="atomic" id="1975"></list></variable><variable name="words list"><list struct="atomic" id="1976">a,able,about,absence,absent,absorb,absorbent,absorption,abstraction,acceleration,accept,acceptable,acceptance,access,accessible,accessory,accident,accidental,account,accountability,accountable,acid,acidic,across,act,acting,active,actor,add,addition,additional,address,adjacent,adjust,adjustment,adventure,advertisement,advertise,advice,advise,after,afterthought,afterward,again,against,age,agency,agenda,agent,ago,agree,agreeable,agreeableness,agreement,air,airplane,alcohol,algebra,algorithm,all,allow,allowable,allowance,almost,along,also,alternate,alternative,aluminum,always,ambition,ambitious,ammonia,among,amount,amplitude,amusement,an,analog,anchor,and,anesthetic,angle,angry,animal,ankle,another,answer,ant,any,anybody,anyhow,anyone,anything,anywhere,app,apparatus,appendage,apple,application,applicator,apply,approval,approximate,approximation,April,arbitrary,arbitrate,arbitration,arbitrator,arc,arch,area,argue,argument,arithmetic,arm,army,arrange,arrangement,array,art,as,asbestos,ash,asset,assist,assistant,at,attack,attempt,attend,attention,attract,attraction,attractive,attractiveness,august,authoritarian,authoritarianism,authority,autobus,automatic,automobile,average,awake,awkward,axis,baby,back,backbone,backup,backwoods,bad,bag,Bahai’i,balance,balcony,bale,ball,ballet,band,bandwidth,bang,bank,bankrupt,bar,bark,barrel,base,based,basin,basing,basket,bath,be,beak,beaker,beard,beat,beautiful,because,become,bed,bedroom,bee,beef,beer,beeswax,before,behavior,behind,belief,believability,believable,believe,bell,belt,bent,berry,bet,between,bill,billion,binary,biological,biology,biome,bird,birefringence,birth,birthday,birthright,bit,bite,bitmap,bitter,black,blackberry,blackbird,blackboard,blade,blame,blanket,blog,blogger,blood,bloodvessel,blow,blue,bluebell,board,boat,body,boiling,bomb,bone,book,bookkeeper,bookmark,boot,both,bottle,bottom,box,boy,brain,brake,branch,brass,brave,bread,break,breakfast,breast,breath,brick,bridge,bright,broadband,broken,broker,brother,brown,browser,brush,brushwood,bubble,bucket,bud,Buddhist,budget,buffer,bug,builder,building,bulb,bunch,buoyancy,burial,burn,burned,burner,burning,burst,bus,business,busy,but,butter,buttercup,button,by,byte,cache,cafe,cake,calculation,calendar,call,camera,canvas,capacity,capital,captcha,card,cardboard,care,carefree,caretaker,carpet,carriage,cart,carter,cartilage,case,cast,cat,catarrh,catholic,cause,cave,cavity,CD,cell,cent,center,centered,centiliter,centimeter,centipede,central,centralized,centrifugal,centrifuge,centripetal,ceremonial,ceremonious,ceremony,certain,certainly,certainty,certificate,certification,certify,chain,chained,chair,chalk,chalky,champagne,chance,chancy,change,character,characteristic,characteristically,characterize,characterizing,charge,charging,chauffeur,cheap,cheaper,cheapest,cheaply,check,checker,checkered,cheese,cheesy,chemical,chemically,chemist,chemistry,chest,chief,chiefly,child,childlike,children,chimney,chin,china,chocolate,choice,choir,choral,chorus,Christian,church,cigarette,circle,circuit,circular,circulation,circumference,circus,citron,civilization,claim,claw,clay,clean,cleaner,cleanest,clear,clever,client,climber,clip,clock,clockwork,cloth,clothier,clothing,cloud,club,coal,coat,cocktail,code,coffee,cognac,cognition,cognizant,coil,cold,collar,collect,collected,collection,college,collegial,collegiate,collision,colony,color,column,comb,combination,combine,come,comfort,comfortable,command,commit,commitment,committee,common,commonsense,communications,company,comparison,competition,compile,complaint,complete,complex,component,compound,compress,computer,concept,concrete,condition,conductor,configure,congruent,connection,conscious,conservation,consignment,constant,consumer,continuous,contour,control,convenient,conversion,cook,cooked,cooker,cookie,cooking,cool,copper,copy,copyright,cord,cork,corner,correlation,corrosion,cost,cotton,cough,country,court,cover,cow,CPU ,crack,credible,credit,creeper,crime,crop,cross,cruel,crush,cry,crying,cunning,cup,cupboard,current,curtain,curve,cushion,cusp,customs,cut,cyberbullying,cybercrime,cyberspace,cyberwarfare,damage,damping,dance,dancer,dancing,danger,dark,darken,darker,dashboard,data,database,date,daughter,day,daylight,dead,dear,death,debit,debt,debug,decade,December,decidable,decide,decimal,decimate,decimated,decimation,decimeter,decision,deck,decompress,decrease,deep,defect,defective,deficiency,deflate,deflation,degenerate,degeneration,degenerative,degree,delete,delicate,delicately,deliver,deliverance,delivery,demand,demanding,denomination,denominator,dense,densitometer,density,department,depend,dependability,dependable,dependably,dependent,deposit,desert,deserted,design,designer,desirability,desirable,desire,desirous,desktop,destroy,destructible,destruction,detail,determinant,determine,determining,develop,developed,developer,development,dew,diameter,diametric,difference,different,difficulty,digest,digestible,digestion,digit,digital,dike,dilution,dinner,dip,direct,direction,dirt,dirty,disagree,disagreeable,disagreement,disappear,disappearance,discharge,discount,discover,discovery,discuss,discussion,disease,diseased,disgrace,disgraced,disgust,disgusted,disk,dislike,dissipated,dissipation,distance,distant,distantly,distribute,distributed,distribution,distributive,disturb,disturbance,ditch,dive,divide,divided,division,divisive,divisor,divorce,divorced,DNS,do,dog,doll,domain,domestic,domesticate,domesticated,domesticating,dominion,door,dot,doubt,doubtful,down,downfall,download,downpour,downy,drag,drain,draw,drawer,dread,dreadful,dream,dreamy,dress,dressing,dressy,drift,drifter,drink,drive,driven,driver,driving,drop,dropped,dropper,dry,duct,dull,dust,duster,dusty,dutiful,duty,DVD,dynamic,dynamite,dynamo,each,ear,early,earring,earth,earthly,ease,east,Easter,easterly,eastern,easy,ecology,ecological,economic,economical,economics,economize,economy,edge,edgy,educate,educated,education,effect,effective,efficiency,effort,egg,eight,eighty,either,elastic,electric,electrical,electricity,eleven,eliminate,elimination,email,embassy,emoticon,empire,employ,employed,employer,empty,encrypt,encryption,encyclopedia,encyclopedic,end,ending,enemy,engine,engineer,engineering,enough,enter,enumerate,envelope,environment,environmental,envy,equal,equate,equation,eradicate,erosion,error,erupt,eruption,evaporate,evaporation,even,evening,event,ever,evergreen,every,everybody,everyday,everyone,everything,everywhere,exact,exacting,example,except,exception,exceptional,exceptionality,exchange,excitable,excite,excited,excitement,exclude,exercise,exfoliate,exfoliation,exhale,exist,existence,expand,expansion,experience,experiment,experimental,expert,explanation,explosion,export,expression,extinction,eye,eyeball,eyebrow,eyelash,face,fact,factor,fail,failure,fair,fall,fallen,false,falsify,family,famous,fan,far,farm,farmer,fast,fasted,fasten,fastener,fastening,fat,father,fathered,fatherland,fault,fear,fearful,feather,February,feeble,feel,feeling,female,ferment,fertile,fertilize,fertilizer,fertilizing,fever,feverish,fiber,fiction,field,fifteen,fifth,fifty,fight,figure,file,fin,finance,financial,finder,finger,fingerprint,fire,firearm,fired,firefly,fireman,fireplace,firewall,firework,firing,firmware,first,fish,fisher,fisherman,five,fix,fixed,fixture,flag,flame,flaming,flash,flask,flat,flesh,flight,flint,flood,flooded,floor,flour,flow,flowchart,flower,fly,focus,fold,folder,foliate,foliation,font,food,fool,foolish,foot,football,footlights,footman,footnote,footprint,footstep,for,force,forecast,forehead,foreign,foreigner,forget,forgettable,forgivable,forgive,forgiveness,fork,form,format,forty,forward,four,fourteen,fourth,fowl,fraction,fractional,fracture,frame,free,freeware,frequent,frequently,fresh,friction,Friday,friend,from,front,frost,frozen,fruit,full,fume,fumigate,funnel,funny,fur,furnace,furnish,furniture,fuse,fusion,future,garden,gardener,gas,gassy,gasworks,gate,general,generate,generated,generation,geography,geology,geometry,germ,germinate,germinated,germination,get,gigabyte,gill,girl,give,glacier,gland,glass,glove,glycerin,go,goat,god,gold,golden,goldenrod,goldfish,good,goodly,goodnight,goods,govern,government,governor,grain,gram,grand,graphics,grass,grateful,grating,gravel,gray,grease,great,green,grief,grip,grocery,groove,gross,ground,group,growth,guarantee,guard,guess,guide,gum,gun,gunboat,gunpowder,guns,habit,hack,hacker,hair,half,hammer,hand,handbook,handkerchief,handle,handwriting,hanger,hanging,happy,harbor,hard,hardware,harmony,hat,hate,have,he,head,headland,headstone,headway,healthy,hearing,heart,heat,heated,heater,heating,heavy,hedge,help,here,hereafter,herewith,hexadecimal,hexagon,hexapod,high,highlands,highway,hill,himself,hinge,hire,hiss,history,hold,hole,holiday,hollow,home,honest,honey,hoof,hook,hope,horn,horse,horseplay,horsepower,hospital,host,hotel,hour,hourglass,house,houseboat,housekeeper,how,however,html,huge,human,humor,hundred,hunt,hurry,hurt,husband,hyena,hygiene,hygienic,hyperlink,hypertext,hysteria,hysterical,I,ice,icon,icy,idea,if,igneous,ill,image,imagination,imaginative,imaginatively,imagine,imbalance,imperial,import,important,importantly,impractical,impulse,impulsive,impulsively,impure,impurity,in,inbox,include,inclusion,income,increase,increasing,incredible,indecision,independent,indestructible,indeterminate,index,indigestible,indigestion,individual,indoors,induct,industry,ineffective,inferno,infinity,inflate,inflation,influenza,infrequently,inhalation,inhale,inhaler,inheritance,ink,inland,inlet,inner,innocent,input,insect,inspect,inspection,inside,instep,institute,institution,instrument,insulate,insulator,insure,insurance,integer,integral,intelligent,intercept,interception,interest,interface,interim,intern,internal,international,Internet,interpret,interpretation,intersect,intersection,into,intrude,intrusion,invent,invention,inverse,invert,investigate,investigation,invest,investment,invite,invitation,IP ,iron,irrational,irrationality,island,iteration,itself,Jain,jam,January,Java,JavaScript,jaw,jazz,jealous,jelly,jerk,jewel,jeweler,Jewish,join,joiner,joint,journey,joystick,judge,jug,juice,July,jump,June,jury,justice,keep,keeper,kennel,kernel,kettle,key,keyboard,keyword,kick,kidney,kilobyte,kilogram,kilometer,kind,king,kiss,kitchen,knee,knife,knock,knot,knowledge,lace,lag,lake,lame,lamp,land,landmark,landslip,language,laptop,large,last,late,latitude,laugh,laughing,lava,law,lawyer,layer,lazy,lead,leaf,learner,learning,least,leather,lecture,left,leg,legal,length,lens,less,lesson,let,letter,level,lever,liability,librarian,library,license,lid,life,lift,light,lighthouse,like,lime,limestone,limit,line,linen,link,lip,liqueur,liquid,list,liter,little,liver,living,load,loan,local,lock,locker,locking,locks,locus,logout,logic,login,long,longitude,look,looking,loose,loss,loud,love,low,luck,lump,lunch,lung,lurking,macaroni,machine,macro,magic,magnetic,magnitude,mainframe,major,majority,make,malaria,male,malware,man,manager,manhole,mania,manner,many,map,marble,march,margin,mark,marked,market,marriage,marriageable,married,mass,mast,match,material,mathematics,mattress,mature,May,may,me,meal,mean,meaning,measure,meat,media,medic,medical,medication,medicinal,medicine,medium,meeting,megabyte,melt,member,memory,meow,mess,message,metabolism,metal,meter,microbe,microbial,microbiology,microbiome,microcomputer,microeconomics,microphone,microscope,middle,militant,militaristic,military,militia,milk,mill,milliliter,millimeter,million,millipede,millisecond,mind,mindful,mindfully,mine,miner,mineral,minor,minority,minute,minutia,mirror,mist,mix,mixed,mixture,model,modem,modern,modernist,modest,modestly,moment,momentum,Monday,money,monitor,monkey,monopole,monopoly,month,monthly,mood,moody,moon,moral,morality,moralize,more,morning,most,mother,motherboard,motion,mountain,mourn,mourning,mouse,moustache,mouth,move,movement,much,mud,multimedia,multiple,multiplication,multiply,murder,muscle,musclebound,muscular,museum,music,musical,musician,Muslim,myself,nail,name,nanosecond,narrow,nasty,nation,natural,nature,naval,navigate,navigation,navigational,navy,near,nearer,neat,necessary,neck,need,needle,neglect,neglectful,neighbor,nerve,nervous,nest,net,network,neutron,new,news,newspaper,next,nice,nickel,nicotine,night,nightly,nine,no,nobody,node,noise,noisy,norm,normal,normality,north,nose,nostril,not,notable,note,noted,noteworthiness,noteworthy,nothing,November,now,nowhere,nucleus,number,numeration,numerator,nurse,nut,obedient,obey,observant,observation,observe,observer,octagon,octahedron,octal,octane,October,octopus,of,off,offer,offering,office,officer,offline,offspring,oil,old,olive,omelet,on,once,oncoming,one,oneself,online,onlooker,only,onto,open,open source,opera,operatic,operation,opinion,opium,oppose,opposite,opposition,option,or,orange,orchestra,order,ore,organ,organism,organization,organize,organizer,origin,ornament,ornamental,orthodox,OS,other,out,outburst,outcome,outcrop,outcry,outdoor,outer,outgoing,outhouse,outlaw,outlet,outlier,outline,outlook,output,outside,outskirts,outstretched,oval,oven,over,overacting,overall,overbalancing,overbearing,overcoat,overcome,overdo,overdressed,overfull,overhanging,overhead,overland,overlap,overleaf,overloud,overseas,overseer,overshoe,overstatement,overtake,overtaxed,overtime,overturned,overuse,overvalued,overweight,overworking,own,owner,oxidation,packing,pad,page,pain,paint,painter,painting,pair,pajamas,pan,paper,paradise,paraffin,paragraph,parallel,parcel,parent,park,part,particle,parting,partner,party,passage,passport,password,past,paste,patent,path,patience,payment,peace,pedal,pedant,pedantic,pen,pencil,pendulum,penguin,pension,people,perfect,person,petal,petroleum,phishing,phonograph,physical,physics,physiology,piano,picture,pig,pin,pincushion,pipe,piracy,pirate,piston,place,plain,plan,plane,plant,plaster,plate,platform,platinum,play,played,playing,plaything,please,pleased,pleasing,pleasure,plough,plow,plug,pocket,podcast,poetry,point,pointed,pointer,pointing,pointy,poison,poisoned,poisonous,police,policeman,polish,polished,political,politician,politics,pollen,pool,poor,population,porcelain,portal,porter,position,possible,post,poster,postman,postmark,postmaster,postoffice,pot,potato,pots,potter,powder,power,powered,powerful,practical,practically,practice,practicing,praise,praiseworthy,prayer,present,president,pressure,price,prick,priest,prime,prince,princess,print,printer,prison,prisoner,privacy,private,probability,probable,procedure,process,produce,producer,product,profit,program,programmer,progress,project,projected,projectile,projection,promise,promising,proof,propaganda,propagandistic,proper,property,proprietary,prose,protest,protestant,protocol,proud,proximal,proxy,psychology,public,pull,pulley,pump,punishment,pupil,purchase,pure,purpose,purr,push,put,pyramid,quack,qualifications,qualify,quality,quantifiable,quantify,quantity,quarter,queen,question,questionable,queue,quick,quicken,quiet,quinine,quite,quotient,race,radiate,radiation,radiator,radical,radio,radium,radius,rail,rain,raining,RAM ,range,rat,rate,ratio,ration,rational,rationalization,rationalize,ray,react,reaction,reactionary,reactive,read,reader,reading,ready,reagent,real,reality,realization,realize,reason,reasonable,reboot,receipt,receive,receiver,reciprocal,reciprocate,reciprocity,record,recording,rectangle,recur,recurring,recursion,recursive,red,refer,reference,referendum,referral,reflux,regret,regrettable,regular,reinforce,reinforcement,relation,relative,religion,remark,remedy,rent,repair,representative,reproduction,repulsion,request,residue,resistance,resolution,respect,responsible,rest,restaurant,restore,result,retail,revenge,reversible,reward,rheumatism,rhythm,rice,rich,right,rigidity,ring,rise,rival,river,road,rock,rod,roll,roller,ROM ,roof,room,root,rot,rotation,rough,round,router,royal,rub,rubber,rude,rule,ruler,rum,run,runaway,runtime,rust,sac,sad,safe,sail,sailor,salad,sale,salt,same,sample,sand,sardine,satisfaction,satisfactory,satisfy,saturate,saturated,Saturday,saucer,save,saving,say,saying,scalable,scale,scan,scanner,school,science,scientific,scientist,scissors,scratch,screen,screenshot,screw,script,scroll,sea,seal,search ,seat,second,secondhand,secret,secretary,secretion,section,security,sedimentary,see,seed,seem,seemingly,selection,self,selfish,send,sense,sensitive,sensitivity,sentence,sepal,separate,September,sequence,sequencing,sequential,serious,serum,servant,server,service,set,seven,sex,shade,shadow,shake,shale,shame,share,shareware,sharp,shave,shear,sheep,sheet,shelf,shell,shift,ship,shirt,shock,shocked,shocking,shoe,shore,short,shorthand,shoulder,show,shut,side,sideboard,sidewalk,sight,sign,silk,sill,silver,similarity,simple,since,sir,sister,six,sixteen,size,skin,skirt,skull,sky,slate,sleep,sleeve,slide,slip,slope,slow,small,smash,smell,smile,smoke,smooth,snake,snapshot,sneeze,snow,snowing,so,soap,social,society,sock,soft,software,soil,soldier,solid,solution,solvent,some,somebody,someday,somehow,someone,something,sometime,somewhat,somewhere,son,song,sorry,sort,sound,soup,south,space,spade,spam,spammer,spark,special,specialization,specimen,speculation,spirit,spit,splash,sponge,spoon,sport,spot,spreadsheet,spring,spyware,square,stable,stage,stain,stair,stalk,stamen,stamp,star,start,statement,station,statistics,status bar,steady,steam,steamer,steel,stem,step,stick,sticky,stiff,still,stimulus,stitch,stocking,stomach,stone,stop,stopper,stopping,storage,store,storm,story,straight,strain,strange,straw,stream,street,strength,stress,stretch,stretcher,strike,string,strong,structure,study,subject,substance,substitute,substitution,subtract,subtraction,success,successive,such,sudden,sugar,suggestion,sum,summer,sun,sunburn,Sunday,sunlight,sunshade,supercomputer,supply,support,surf,surface,surgeon,surprise,suspension,suspicious,sweet,sweetheart,swelling,swim,swing,switch,sympathetic,syntax,system,table,tag,tail,tailor,take,talk,talkative,talkativeness,tall,tame,tap,tapioca,taste,tax,taxi,tea,teacher,teaching,tear,telegram,telephone,template,ten,tendency,tent,terabyte,term,terminal,terrace,test,texture,than,that,the,theater,then,theory,there,thermometer,thick,thickness,thief,thimble,thin,thing,third,thirteen,thirty,this,thorax,though,thought,thousand,thread,threat,three,throat,through,thrust,thumb,thunder,thursday,ticket,tide,tie,tight,till,time,tin,tired,tissue,to,toast,tobacco,today,toe,together,tomorrow,tongs,tongue,tonight,too,toolbar,tooth,top,torpedo,total,touch,touching,towel,tower,towering,town,trade,trader,tradesman,traffic,tragedy,train,trainer,training,transmission,transmit,transmitter,transparent,transport,transportation,trap,trash,travel,tray,treatment,tree,triangle,trick,trouble,troubled,troubling,trousers,truck,true,tube,Tuesday,tune,tunnel,turbine,turn,twelve,twenty,twenty-one,twice,twin,twist,two,typeface,typist,ugly,umbrella,unacceptable,unbelievability,unbelievable,uncertain,unconformity,undependable,under,underclothing,undercooked,undergo,undergrowth,undermined,undersigned,undersized,understanding,understatement,undertake,undervalued,undo,undone,uneconomical,uneducated,unforgettable,unforgivable,unhygienic,unknown,unimaginatively,unwitting,unwittingly,unit,universe,university,Unix,unknown,unreal,unreasonable,up,upkeep,uplift,upload,upon,upright,uptake,URL,use,used,user,username,utility,valley,valuable,value,valve,vanilla,vapor,variable,vascular,vegetable,velocity,verse,version,very,vessel,vestigial,victim,victory,view,viewpoint,violent,violin,virtual,virus,visa,vitamin,vodka,voice,volt,volume,vortex,vote,waiter,waiting,walk,wall,war,warm,wash,waste,wasted,watch,water,waterfall,wave,wax,way,weak,weather,web,webmaster,website,wedge,Wednesday,week,weekend,weight,welcome,well,west,wet,what,whatever,wheel,when,whenever,where,whereas,whereby,wherever,whether,which,whichever,while,whip,whisky,whistle,white,whitewash,who,whoever,wholesale,why,wide,widget,widow,wife,wiki,wild,will,wind,window,windpipe,wine,wing,winter,wire,wireless,wise,with,within,without,woman,wood,woodwork,wool,word,work,worker,workhouse,working,workstation,world,worm,wound,wreck,wrist,writer,writing,wrong,WWW,XML,xray,yawn,year,yearbook,yellow,yes,yesterday,you,young,yourself,zebra,zinc,zip,zoo,zookeeper,zoological,zoology,</list></variable><variable name="gradebook"><list struct="atomic" id="1977">,,,,,,,,,,,,</list></variable><variable name="grades list"><list struct="atomic" id="1978">76,33,75,92,89,84,91,84,78,90,80,22,64</list></variable><variable name="maxlist"><l>0</l></variable></variables></scene></scenes></project><media name="unit 2 11/6/23 project FINAL 11/16/23" app="Snap! 9.0, https://snap.berkeley.edu" version="2"><costume name="Untitled" center-x="241" center-y="120" image="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAeAAAAFoCAYAAACPNyggAAAAAXNSR0IArs4c6QAADoVJREFUeF7t1cEJAAAIxDDdf2m3sJ+4wEEQuuMIECBAgACBd4F9XzRIgAABAgQIjAB7AgIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECByxcQFpoRMBzwAAAABJRU5ErkJggg==" mediaID="Stage_cst_Untitled"/><costume name="Untitled(2)" center-x="248.5" center-y="90.5" image="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAeAAAAFoCAYAAACPNyggAAAAAXNSR0IArs4c6QAADoVJREFUeF7t1cEJAAAIxDDdf2m3sJ+4wEEQuuMIECBAgACBd4F9XzRIgAABAgQIjAB7AgIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECByxcQFpoRMBzwAAAABJRU5ErkJggg==" mediaID="Stage_cst_Untitled(2)"/><costume name="Untitled" center-x="40.5" center-y="32" image="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFEAAABACAYAAABiBZsIAAAAAXNSR0IArs4c6QAAANtJREFUeF7t0jERAAAIAzHwbxoR/JgK+CHXHXsL7LsgMBCDE0CEGAgECU+EGAgECU+EGAgECU+EGAgECU+EGAgECU+EGAgECU+EGAgECU+EGAgECU+EGAgECU+EGAgECU+EGAgECU+EGAgECU+EGAgECU+EGAgECU+EGAgECU+EGAgECU+EGAgECU+EGAgECU+EGAgECU+EGAgECU+EGAgECU+EGAgECU+EGAgECU+EGAgECU+EGAgECU+EGAgECU+EGAgECU+EGAgECU+EGAgECU+EGAgECU8MEA+idgBBGNW3fQAAAABJRU5ErkJggg==" mediaID="Slope_cst_Untitled"/><costume name="Untitled(4)" center-x="45" center-y="22" image="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAsCAYAAADl06/eAAAAAXNSR0IArs4c6QAAAJ5JREFUaEPt0jENAAAMw7CVP+mx8JUSiGR114jASKXIBY1OEHTQSABlenTQSABlenTQSABlenTQSABlenTQSABlenTQSABlenTQSABlenTQSABlenTQSABlenTQSABlenTQSABlenTQSABlenTQSABlenTQSABlenTQSABlenTQSABlenTQSABlenTQSABlenTQSABlenTQSABlejSCfrJlAC141ftTAAAAAElFTkSuQmCC" mediaID="Slope_cst_Untitled(4)"/><costume name="Untitled(2)" center-x="54.5" center-y="36.5" image="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG0AAABJCAYAAAA3xah2AAAAAXNSR0IArs4c6QAAAQxJREFUeF7t0wENAAAIhEC/f2lz3IYJGPi7jjMwjjjgKxr4BEUrGmgARG5pRQMNgMgtrWigARC5pRUNNAAit7SigQZA5JZWNNAAiNzSigYaAJFbWtFAAyBySysaaABEbmlFAw2AyC2taKABELmlFQ00ACK3tKKBBkDkllY00ACI3NKKBhoAkVta0UADIHJLKxpoAERuaUUDDYDILa1ooAEQuaUVDTQAIre0ooEGQOSWVjTQAIjc0ooGGgCRW1rRQAMgcksrGmgARG5pRQMNgMgtrWigARC5pRUNNAAit7SigQZA5JZWNNAAiNzSigYaAJFbWtFAAyBySysaaABEbmlFAw2AyC2taKABEPkBgFwASqNCvesAAAAASUVORK5CYII=" mediaID="Slope_cst_Untitled(2)"/><costume name="Untitled" center-x="53" center-y="41.5" image="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGoAAABTCAYAAAB3VJLyAAAAAXNSR0IArs4c6QAAAS1JREFUeF7t0wENAAAIhEC/f2lz3IYJGPi7jjAwgjLIKxTyBIUqFGIAwWxRhUIMIJgtqlCIAQSzRRUKMYBgtqhCIQYQzBZVKMQAgtmiCoUYQDBbVKEQAwhmiyoUYgDBbFGFQgwgmC2qUIgBBLNFFQoxgGC2qEIhBhDMFlUoxACC2aIKhRhAMFtUoRADCGaLKhRiAMFsUYVCDCCYLapQiAEEs0UVCjGAYLaoQiEGEMwWVSjEAILZogqFGEAwW1ShEAMIZosqFGIAwWxRhUIMIJgtqlCIAQSzRRUKMYBgtqhCIQYQzBZVKMQAgtmiCoUYQDBbVKEQAwhmiyoUYgDBbFGFQgwgmC2qUIgBBLNFFQoxgGC2qEIhBhDMFlUoxACC2aIKhRhAMFtUoRADCOYDJnIAVKVg2PIAAAAASUVORK5CYII=" mediaID="Sqrt_cst_Untitled"/><costume name="Untitled(2)" center-x="48" center-y="39" image="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABOCAYAAADfPhN+AAAAAXNSR0IArs4c6QAAAQ5JREFUeF7t00ENAAAMg8DVv+nJuA8zQALrrqMGRunBrwD4CQpQAGwA41tAAbABjG8BBcAGML4FFAAbwPgWUABsAONbQAGwAYxvAQXABjC+BRQAG8D4FlAAbADjW0ABsAGMbwEFwAYwvgUUABvA+BZQAGwA41tAAbABjG8BBcAGML4FFAAbwPgWUABsAONbQAGwAYxvAQXABjC+BRQAG8D4FlAAbADjW0ABsAGMbwEFwAYwvgUUABvA+BZQAGwA41tAAbABjG8BBcAGML4FFAAbwPgWUABsAONbQAGwAYxvAQXABjC+BRQAG8D4FlAAbADjW0ABsAGMbwEFwAYwvgUUABvA+BZQAGwA41sADvCP5QBP5RuA7QAAAABJRU5ErkJggg==" mediaID="Sqrt_cst_Untitled(2)"/><costume name="Untitled(3)" center-x="28" center-y="24.5" image="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAAxCAYAAACPiWrWAAAAAXNSR0IArs4c6QAAAI9JREFUaEPt0rERADAIw0DYf+mMoFbhlNqF8Wfn+Nvj900H/i6cYILyBfqiciCslyBOJA8kKAfCegniRPJAgnIgrJcgTiQPJCgHwnoJ4kTyQIJyIKyXIE4kDyQoB8J6CeJE8kCCciCslyBOJA8kKAfCegniRPJAgnIgrJcgTiQPJCgHwnoJ4kTyQIJyIKz3AF/2ADJ5tEX/AAAAAElFTkSuQmCC" mediaID="Sqrt_cst_Untitled(3)"/><costume name="Untitled" center-x="14" center-y="12.5" image="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAZCAYAAAAiwE4nAAAAAXNSR0IArs4c6QAAAEBJREFUSEvt0sEJADAMw8Bk/6U7ghCUvJSvMYYjO8e3x3vT4HfxSCPVAj2NJqNCpCSk80g1GRUiJSGdR6rJqPAAmn4AGlYnDd0AAAAASUVORK5CYII=" mediaID="Sum_cst_Untitled"/><costume name="Untitled" center-x="34" center-y="20" image="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAAAoCAYAAABHJVyTAAAAAXNSR0IArs4c6QAAAHJJREFUaEPt1bENACAMBDGy/9LUoUC63oxwepM53ioweuwCgjyLEESQ/ydhIRZiIemQIoMMMsikAsggkwbjyiCDDDKpADLIpMG4Msggg0wqgAwyaTCuDDLIIJMKIINMGowrgwwyyKQCyCCTBuPKIPMfzAWVSQApi1pQ4gAAAABJRU5ErkJggg==" mediaID="a^2 + b^2_cst_Untitled"/><costume name="Untitled(2)" center-x="24.5" center-y="18" image="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADEAAAAkCAYAAAAgh9I0AAAAAXNSR0IArs4c6QAAAG9JREFUWEftksENADAIhHT/pTsEPBpD/1widOfA2wM3TEf8UrESlRAN9J1EmWiqEkifCFdClImmKoH0iXAlRJloqhJInwhXQpSJpiqB9IlwJUSZaKoSSJ8IV0KUiaYqgfSJcCVEmWiqEkifCJ8o8QAcVAAlprHp7AAAAABJRU5ErkJggg==" mediaID="a^2 + b^2_cst_Untitled(2)"/><costume name="Untitled" center-x="38.5" center-y="34" image="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE0AAABECAYAAADEBrh4AAAAAXNSR0IArs4c6QAAANpJREFUeF7t0rENAAAIwzD4/2luILO7Z7G6Y2+BfReCgRZOAA1aEAiJp0ELAiHxNGhBICSeBi0IhMTToAWBkHgatCAQEk+DFgRC4mnQgkBIPA1aEAiJp0ELAiHxNGhBICSeBi0IhMTToAWBkHgatCAQEk+DFgRC4mnQgkBIPA1aEAiJp0ELAiHxNGhBICSeBi0IhMTToAWBkHgatCAQEk+DFgRC4mnQgkBIPA1aEAiJp0ELAiHxNGhBICSeBi0IhMTToAWBkHgatCAQEk+DFgRC4mnQgkBIPC2gHWJrAEVoz+nLAAAAAElFTkSuQmCC" mediaID="Area of Triangle_cst_Untitled"/><costume name="Untitled" center-x="36" center-y="31" image="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAAA+CAYAAACIll2bAAAAAXNSR0IArs4c6QAAAKpJREFUeF7t1LENADAMw7Dm/6f7QTJopU8QCM+ztcDosxcQ6BAikEDtRAgiiKBWgKDWzwcRRFArQFDr54MIIqgVIKj180EEEdQKENT6+SCCCGoFCGr9fBBBBLUCBLV+PogggloBglo/H0QQQa0AQa2fDyKIoFaAoNbPBxFEUCtAUOvngwgiqBUgqPXzQQQR1AoQ1Pr5IIIIagUIav18EEEEtQIEtX4+6Oj3AeM3AD94IqtjAAAAAElFTkSuQmCC" mediaID="Average Sprite_cst_Untitled"/><costume name="Untitled" center-x="19.5" center-y="19" image="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAmCAYAAABH/4KQAAAAAXNSR0IArs4c6QAAAFVJREFUWEft0rENADAIBDHYf2l2cEVx6V9Czu08fvv4tuk4/Z3kklMB3dVcciqgu5pLTgV0V3PJqYDuai45FdBdzSWnArqrueRUQHc1l5wK6K7mVO4A3c4AJ7iXHjcAAAAASUVORK5CYII=" mediaID="percentage_cst_Untitled"/><costume name="Untitled" center-x="29" center-y="22" image="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAAsCAYAAAA0NKuuAAAAAXNSR0IArs4c6QAAAGpJREFUaEPt1AEVACAMhNDZv7QJDID7JpjAuzNL3lnyz/HR30wzymiUgHSj4p5nM8polIB0o+KMkXSlGyUg3ag4qytd6UYJSDcqzupKV7pRAtKNirO60pVulIB0o+KsrnSlGyUg3ai459kXrUcALQr8dG0AAAAASUVORK5CYII=" mediaID="Maximum_cst_Untitled"/><costume name="Untitled(2)" center-x="17.5" center-y="16.5" image="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAhCAYAAABTERJSAAAAAXNSR0IArs4c6QAAAEhJREFUWEft1LERACAIADHYf2knsPiOIk7APZGdQ28PzTKG+W1DGWXqT2WGGWZqAWZqMXeGGWZqAWZqMXeGGWZqAWZqsVN35gFHOQAifWVjkQAAAABJRU5ErkJggg==" mediaID="Maximum_cst_Untitled(2)"/><costume name="Untitled(3)" center-x="46.5" center-y="68.5" image="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF0AAACJCAYAAABO3jT6AAAAAXNSR0IArs4c6QAAAbZJREFUeF7t0kENAAAIAzHwbxoX3KczcEmzHXsX2Pei4EAPTgAdeiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJA+YGACKf6JiXgAAAABJRU5ErkJggg==" mediaID="Maximum(2)_cst_Untitled(3)"/><costume name="Untitled" center-x="47" center-y="21" image="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF0AAAApCAYAAABXwiUUAAAAAXNSR0IArs4c6QAAAJZJREFUaEPt0kENAAAIAzHwbxoX3KczcEmzHXsX2Pei4EAPTgAdeiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJD0deiAQJA8iiQAqouWDTgAAAABJRU5ErkJggg==" mediaID="Maximum(2)_cst_Untitled"/><costume name="Untitled" center-x="18" center-y="18" image="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAAXNSR0IArs4c6QAAAE5JREFUWEft0rERADAIxDDYf2lGUEvhtG445XeevX12z3SQfiShhCSg3oYSkoB6G0pIAuptKCEJqLehhCSg3oYSkoB6G0pIAuptKCEJqB+NrQAlqWr5kQAAAABJRU5ErkJggg==" mediaID="Minimum_cst_Untitled"/><costume name="Untitled" center-x="40.5" center-y="24.5" image="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFEAAAAxCAYAAACie0VsAAAAAXNSR0IArs4c6QAAAK5JREFUaEPt0jERAAAIAzHwbxoR/JgK+CHXHXsL7LsgMBCDE0CEGAgECU+EGAgECU+EGAgECU+EGAgECU+EGAgECU+EGAgECU+EGAgECU+EGAgECU+EGAgECU+EGAgECU+EGAgECU+EGAgECU+EGAgECU+EGAgECU+EGAgECU+EGAgECU+EGAgECU+EGAgECU+EGAgECU+EGAgECU+EGAgECU+EGAgECU+EGAgEiQNRvAAyRNnNSQAAAABJRU5ErkJggg==" mediaID="GCF_cst_Untitled"/><costume name="Untitled(2)" center-x="30.5" center-y="18" image="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD0AAAAkCAYAAAA6uzK6AAAAAXNSR0IArs4c6QAAAFlJREFUaEPt1MERADAIhEDtv+m80wKuHQjM7Ry8PfjzePqKdaaZDhOQd1ju9xrTTIcJyDss15DJW95hAvIOy7Xe8pZ3mIC8w3Ktt7zlHSYg77Bc6y1veYcJPJ/0ACWe3ICwAAAAAElFTkSuQmCC" mediaID="GCF_cst_Untitled(2)"/></media></snapdata>