<snapdata remixID="11323662"><project name="U2L4-MathLibrary" app="Snap! 7, https://snap.berkeley.edu" version="2"><notes></notes><thumbnail>data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAAB4CAYAAAB1ovlvAAAAAXNSR0IArs4c6QAAAz1JREFUeF7t1yGOAmEQhNFeFDgEwYDG47kAgqC4BYGTYFBcBc8J8BhOAJ6Eza5A7bBuqkJ9o/+ku6uema/n8/ksPhIQJfAFQFHyjP1NAIBAkCYAQGn8DAcgBqQJAFAaP8MBiAFpAgCUxs9wAGJAmgAApfEzHIAYkCYAQGn8DAcgBqQJAFAaP8MBiAFpAgCUxs9wAGJAmgAApfEzHIAYkCYAQGn8DAcgBqQJAFAaP8MBiAFpAgCUxs9wAGJAmgAApfEzHIAYkCYAQGn8DAcgBqQJAFAaP8MBiAFpAgCUxs9wAGJAmgAApfEzHIAYkCYAQGn8DAcgBqQJAFAaP8MBiAFpAgCUxs9wAGJAmgAApfEzHIAYkCYAQGn8DAcgBqQJAFAaP8MBiAFpAgCUxs9wAGJAmgAApfEzHIAYkCYAQGn8DAcgBqQJAFAaP8MBiAFpAgCUxs9wAGJAmgAAG+I/nU41m82k5SQMB2BDy9frtbbbbfV6vRoMBrXf7xM8tH4jAN9Efjgc6ng8vl48Ho8aDoc1nU5rvV63XtYnDgTgP60ul8vqdDp/vrpcLnU+nz/RRWs3AfBN1PP5vLrd7uvF/X6v1WpVi8WixuNxayV98iAANrS72+3q50dkNBrVZrOpyWTyyQ5ktwGwIfrb7Vb9fl9WTMpgAKY0bXonAE2LSVkLgClNm94JQNNiUtYCYErTpncC0LSYlLUAmNK06Z0ANC0mZS0ApjRteicATYtJWQuAKU2b3glA02JS1gJgStOmdwLQtJiUtQCY0rTpnQA0LSZlLQCmNG16JwBNi0lZC4ApTZveCUDTYlLWAmBK06Z3AtC0mJS1AJjStOmdADQtJmUtAKY0bXonAE2LSVkLgClNm94JQNNiUtYCYErTpncC0LSYlLUAmNK06Z0ANC0mZS0ApjRteicATYtJWQuAKU2b3glA02JS1gJgStOmdwLQtJiUtQCY0rTpnQA0LSZlLQCmNG16JwBNi0lZC4ApTZveCUDTYlLWAmBK06Z3AtC0mJS1AJjStOmdADQtJmUtAKY0bXonAE2LSVkLgClNm94JQNNiUtYCYErTpncC0LSYlLUAmNK06Z0ANC0mZa1vbPwFt9dTHJYAAAAASUVORK5CYII=</thumbnail><scenes select="1"><scene name="U2L4-MathLibrary"><notes></notes><hidden></hidden><headers></headers><code></code><blocks><block-definition s="even m ?" type="command" category="operators"><header></header><code></code><translations></translations><inputs></inputs></block-definition><block-definition s="is %&apos;n&apos; divisible by %&apos;m&apos; ?" type="predicate" category="operators"><comment x="0" y="0" w="90" collapsed="false">This functions takes 2 paremeters both numbers it tes divisibility as follows. If the remainder of diving the first umber (n) by the second number (m) is 0 then n is divislbe by m</comment><header></header><code></code><translations></translations><inputs><input type="%n"></input><input type="%n"></input></inputs><script><block s="doIfElse"><block s="reportEquals"><block s="reportModulus"><block var="n"/><block var="m"/></block><l>0</l></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;m&apos; ?" type="predicate" category="operators"><header></header><code></code><translations></translations><inputs><input type="%n"></input></inputs><script><block s="doReport"><custom-block s="is %n divisible by %n ?"><block var="m"/><l>2</l></custom-block></block></script></block-definition><block-definition s="integer? %&apos;n&apos;" type="predicate" category="operators"><header></header><code></code><translations></translations><inputs><input type="%n"></input></inputs><script><block s="doIfElse"><block s="reportEquals"><block s="reportRound"><block var="n"/></block><block var="n"/></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="%&apos;x&apos; ≤ %&apos;y&apos;" type="predicate" category="operators"><comment x="0" y="0" w="189.5" collapsed="false">This compares 2 different numbers and says true if the first number is less than or equal to the second number.</comment><header></header><code></code><translations></translations><inputs><input type="%s"></input><input type="%s"></input></inputs><script><block s="doIfElse"><block s="reportLessThan"><block var="x"/><block var="y"/></block><script><block s="doReport"><block s="reportBoolean"><l><bool>true</bool></l></block></block></script><script><block s="doIfElse"><block s="reportEquals"><block var="x"/><block var="y"/></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></script></block-definition><block-definition s="%&apos;x&apos; ≥ %&apos;y&apos;" type="predicate" category="operators"><comment x="0" y="0" w="90" collapsed="false">says its true if x is greater than or equal to y.</comment><header></header><code></code><translations></translations><inputs><input type="%s"></input><input type="%s"></input></inputs><script><block s="doReport"><block s="reportOr"><block s="reportGreaterThan"><block var="x"/><block var="y"/></block><block s="reportEquals"><block var="x"/><block var="y"/></block></block></block></script></block-definition><block-definition s="%&apos;input1&apos; ≠ %&apos;input2&apos;" type="predicate" category="operators"><comment x="0" y="0" w="183.9999999999999" collapsed="false">this block makes a statement that says that something is NOT equal to somethig else</comment><header></header><code></code><translations></translations><inputs><input type="%s"></input><input type="%s"></input></inputs><script><block s="doReport"><block s="reportOr"><block s="reportLessThan"><block var="input1"/><block var="input2"/></block><block s="reportGreaterThan"><block var="input1"/><block var="input2"/></block></block></block></script><scripts><script x="77.50000000000011" y="143.91666666666657"><block s="reportNot"><block s="reportEquals"><block var="input1"/><block var="input2"/></block></block></script></scripts></block-definition><block-definition s="is %&apos;input1&apos; between %&apos;input2&apos; and %&apos;input3&apos;" type="predicate" category="operators"><comment x="0" y="0" w="99" collapsed="false">says true or false if a value is between 2 other values.</comment><header></header><code></code><translations></translations><inputs><input type="%s"></input><input type="%s"></input><input type="%s"></input></inputs><script><block s="doReport"><block s="reportAnd"><block s="reportLessThan"><block var="input2"/><block var="input1"/></block><block s="reportLessThan"><block var="input1"/><block var="input3"/></block></block></block></script></block-definition><block-definition s="odd %&apos;n&apos; ?" type="predicate" category="operators"><header></header><code></code><translations></translations><inputs><input type="%n"></input></inputs><script><block s="doReport"><block s="reportNot"><custom-block s="even %n ?"><block var="n"/></custom-block></block></block></script></block-definition><block-definition s="(keep) number of divisors n" type="predicate" category="operators"><header></header><code></code><translations></translations><inputs></inputs><script><block s="doReport"><l></l></block></script></block-definition><block-definition s="number of divisors %&apos;n&apos;" type="predicate" category="operators"><header></header><code></code><translations></translations><inputs><input type="%n"></input></inputs><script><block s="doReport"><block s="reportListAttribute"><l><option>length</option></l><block s="reportKeep"><block s="reifyPredicate"><autolambda><custom-block s="is %n divisible by %n ?"><l>15</l><l></l></custom-block></autolambda><list></list></block><block s="reportNumbers"><l>1</l><block var="n"/></block></block></block></block></script></block-definition><block-definition s="maximum of %&apos;m&apos; and %&apos;n&apos;" type="reporter" category="operators"><header></header><code></code><translations></translations><inputs><input type="%n"></input><input type="%n"></input></inputs><script><block s="doIfElse"><block s="reportGreaterThan"><block var="m"/><block var="n"/></block><script><block s="doReport"><block var="m"/></block></script><script><block s="doReport"><block var="n"/></block></script></block></script></block-definition><block-definition s="minimum of %&apos;n&apos; and %&apos;m&apos;" type="reporter" category="operators"><header></header><code></code><translations></translations><inputs><input type="%n"></input><input type="%n"></input></inputs><script><block s="doIfElse"><block s="reportLessThan"><block var="m"/><block var="n"/></block><script><block s="doReport"><block var="m"/></block></script><script><block s="doReport"><block var="n"/></block></script></block></script></block-definition><block-definition s="minimum of list %&apos;list&apos;" type="reporter" category="operators"><header></header><code></code><translations></translations><inputs><input type="%l"></input></inputs><script><block s="doReport"><block s="reportCombine"><block var="list"/><block s="reifyReporter"><autolambda><custom-block s="minimum of %n and %n"><l></l><l></l></custom-block></autolambda><list></list></block><comment w="90" collapsed="false">this is the code that find the minimim of the number</comment></block></block></script></block-definition><block-definition s="maximum of the list %&apos;list&apos;" type="reporter" category="operators"><header></header><code></code><translations></translations><inputs><input type="%l"></input></inputs><script><block s="doReport"><block s="reportCombine"><block var="list"/><block s="reifyReporter"><autolambda><custom-block s="maximum of %n and %n"><l></l><l></l></custom-block></autolambda><list></list></block></block></block></script></block-definition><block-definition s="sum of list %&apos;m&apos;" type="reporter" category="operators"><header></header><code></code><translations></translations><inputs><input type="%l"></input></inputs><script><block s="doReport"><block s="reportCombine"><block var="m"/><block s="reifyReporter"><autolambda><block s="reportSum"><l></l><l></l></block></autolambda><list></list></block></block><comment w="90" collapsed="false">This code finds the total number in the list added all up to find the total. It works with having the varibles in the code with the add operator to which it knows it has to add</comment></block></script></block-definition><block-definition s="average of list %&apos;m&apos;" type="reporter" category="operators"><header></header><code></code><translations></translations><inputs><input type="%l"></input></inputs><script><block s="doReport"><block s="reportQuotient"><block s="reportCombine"><block var="m"/><block s="reifyReporter"><autolambda><block s="reportSum"><l></l><l></l></block></autolambda><list></list></block></block><block s="reportListAttribute"><l><option>length</option></l><block var="m"/></block></block></block></script></block-definition></blocks><stage name="Stage" width="480" height="360" costume="0" 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="261"><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 struct="atomic" id="262"></list></costumes><sounds><list struct="atomic" id="263"></list></sounds><variables></variables><blocks></blocks><scripts></scripts><sprites select="1"><sprite name="Sprite" idx="1" x="0" y="-1.208053691275154" heading="90" scale="1" volume="100" pan="0" rotation="1" draggable="true" costume="0" color="80,80,80,1" pen="tip" id="268"><costumes><list struct="atomic" id="269"></list></costumes><sounds><list struct="atomic" id="270"></list></sounds><blocks></blocks><variables></variables><scripts><script x="665.0000000000002" y="78"><custom-block s="%s ≤ %s"><l></l><l></l></custom-block></script><script x="669.0000000000002" y="112.99999999999983"><custom-block s="%s ≥ %s"><l></l><l></l></custom-block></script><script x="646.0000000000002" y="188.99999999999977"><custom-block s="is %s between %s and %s"><l></l><l></l><l></l></custom-block></script><script x="669.0000000000002" y="143.99999999999972"><custom-block s="%s ≠ %s"><l></l><l></l></custom-block></script><script x="45" y="46.999999999999886"><custom-block s="is %n divisible by %n ?"><l>21</l><l>2</l><comment w="90" collapsed="false">testing divisbility using mod operator</comment></custom-block></script><script x="32" y="161.99999999999977"><custom-block s="integer? %n"><l></l><comment w="90" collapsed="false">test to see if the imput works</comment></custom-block></script><script x="27" y="238.00000000000023"><custom-block s="odd %n ?"><l>21</l><comment w="90" collapsed="false">test to see if the number is odd or not</comment></custom-block></script><script x="444.0000000000002" y="10"><block s="reportListAttribute"><l><option>length</option></l><block s="reportKeep"><block s="reifyPredicate"><autolambda><custom-block s="is %n divisible by %n ?"><l>15</l><l></l></custom-block></autolambda><list></list></block><l/></block></block></script><script x="83.00000000000028" y="17.33333333333337"><block s="reportModulus"><l>34</l><l>3</l></block></script><script x="369.0000000000002" y="432.6666666666672"><block s="reportGreaterThan"><l></l><l></l></block></script><script x="46" y="129.9999999999999"><custom-block s="even %n ?"><l></l><comment w="90" collapsed="false">test to see if number is even or not</comment></custom-block></script><script x="354.65078125000014" y="186.79999999999973"><block var="list"/></script><script x="228.11035156250028" y="290.00000000000057"><custom-block s="is %s between %s and %s"><l></l><l></l><l></l><comment w="90" collapsed="false">ays true or false if a value is between 2 other values.</comment></custom-block></script><script x="28" y="323.00000000000057"><custom-block s="number of divisors %n"><l>18</l><comment w="90" collapsed="false">Diveds the number that is in the spot </comment></custom-block></script><script x="10" y="378.80000000000064"><custom-block s="maximum of %n and %n"><l>12</l><l>2</l><comment w="90" collapsed="false">Finds the lager number out of the two</comment></custom-block></script><script x="16" y="454.0000000000009"><custom-block s="minimum of %n and %n"><l>12</l><l>1</l><comment w="90" collapsed="false">Finds the smaller number of the two</comment></custom-block></script><script x="38" y="518.9999999999998"><custom-block s="minimum of list %l"><block s="reportNewList"><list><l>2</l><l>50</l><l>34</l><l>12121</l><l>12121212</l></list></block><comment w="90" collapsed="false">Finds the smallest number out of all of the list</comment></custom-block></script><script x="25" y="588.9999999999992"><custom-block s="maximum of the list %l"><block s="reportNewList"><list><l>2</l><l>50</l><l>30</l><l>34</l><l>12121</l><l>12121212</l></list></block><comment w="90" collapsed="false">finds the larger number out of the list </comment></custom-block></script><script x="40" y="662.999999999999"><custom-block s="average of list %l"><block s="reportNewList"><list><l>2</l><l>50</l><l>30</l><l>34</l><l>12121</l><l>12121212</l></list></block><comment w="90" collapsed="false">Finds the average of the numbers in the list</comment></custom-block></script><script x="44.99999999999994" y="733.9999999999987"><custom-block s="sum of list %l"><block s="reportNewList"><list><l>2</l><l>50</l><l>30</l><l>34</l><l>12121</l><l>12121212</l></list><comment w="90" collapsed="false">This code finds the total number in the list added all up to find the total. It works with having the varibles in the code with the add operator to which it knows it has to add</comment></block></custom-block></script></scripts></sprite></sprites></stage><variables></variables></scene></scenes></project><media name="U2L4-MathLibrary" app="Snap! 7, https://snap.berkeley.edu" version="2"></media></snapdata>