<p>In for (Awesome awe : list) - </p>
<p>isn’t awe just a placeholder of sorts to refer to the object [of type Awesome] you’re currently on? Like if you’re sorting through the list to find flowers, then remove them, you’d write the code underneath like:</p>
<p>{
if(! (a instanceof Flower))
{
a.removeSelfFromGrid();
}
}</p>
<p>?</p>
<p>in case people aren’t looking at the last page, join an AIM chatroom: ccapcs</p>
<p>hey can someone go over instanceof again, i dont fully understand it…thanks!</p>
<p>@ Setzer : AimChats can’t find it. Invite me- BlackBirdMt10</p>
<p>@ Sixth:</p>
<p>Instance of basically says if the pointed at variable/data is what you specify. </p>
<p>For Example-</p>
<p>if(dog instanceOf Animal)
return true.</p>
<p>This would obviously return true</p>
<p>Basically if you did this:</p>
<p>String x = “hi”;
int y = 42;</p>
<p>boolean one = x instanceof String;
boolean two = y instanceof String;</p>
<p>one would be true, two would be false</p>
<p>got it…thanks guys</p>
<p>how do i join the chat room?</p>
<p>PM someone your aim name and we can invite you.</p>
<p>what is a audit? is that the test from taht year that thousands of ppl took?</p>
<p>Anyone know for sure if the FRQ is pencil or pen? I remember seeing pencil somewhere but it seems that pen would be neater? And essays and such are typically in pen as well.</p>
<p>im gonna bring both</p>
<p>I took A two years ago, and I think I used a pencil on FRQ.</p>
<p>But bring both.</p>
<p>For all FRQ’s on the ap exams, you must use blue or black pen.</p>
<p>Quick question: In the quick reference (<a href=“College Board - SAT, AP, College Search and Admission Tools”>College Board - SAT, AP, College Search and Admission Tools), which parts are provided for use on the test? </p>
<p>Thanks in advance.</p>
<p>@An0maly: That’s not necessarily true - I took stats last year, and the FR was permitted to be in pencil.</p>
<p>WHAT IS THE AUDIT?!?!!?! was it a official test?</p>
<p>You will be given the quick reference during the entire exam.</p>
<p>the audit is a practice exam, that collegeboard makes every year to give to teachers. Its pretty indicative of the syle of the exam, i think.</p>
<p>@ Anarch - Oops, I didn’t specify. I meant to ignore the mathematics ones.</p>
<p>Anyways, good luck everyone tomorrow!</p>