<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>My array and ArrayList errors (that I will never do again) padlet - Balboa by Anne Pesquie</title>
      <link>https://padlet.com/pesquiea/vtirix8cahesakib</link>
      <description>Add a note where you describe the error and the result that produces, and how you fix it</description>
      <language>en-us</language>
      <pubDate>2021-01-27 17:19:24 UTC</pubDate>
      <lastBuildDate>2021-01-30 02:27:00 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Angelo Bolos</title>
         <author>anbolos</author>
         <link>https://padlet.com/pesquiea/vtirix8cahesakib/wish/1138083484</link>
         <description><![CDATA[<div>In the emptyDishwasher method, I forget to increment the index again whenever I found a spoon and dish, which caused a index out of bounds error.</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-01-28 18:56:26 UTC</pubDate>
         <guid>https://padlet.com/pesquiea/vtirix8cahesakib/wish/1138083484</guid>
      </item>
      <item>
         <title>I messed up</title>
         <author>helara</author>
         <link>https://padlet.com/pesquiea/vtirix8cahesakib/wish/1138086062</link>
         <description><![CDATA[<div>For CalcSpecialSum I forgot to declare my my integer to hold the values. I forgot the () when declaring the Arraylist. I also did row[i].length instead of arr[row].length. For the emptyDishwasher I forgot that remove(i) shifts the whole list and i put remove(i+1).<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-01-28 18:56:56 UTC</pubDate>
         <guid>https://padlet.com/pesquiea/vtirix8cahesakib/wish/1138086062</guid>
      </item>
      <item>
         <title>Anonymous</title>
         <author>j00s</author>
         <link>https://padlet.com/pesquiea/vtirix8cahesakib/wish/1138099236</link>
         <description><![CDATA[<div>In my wholenums, I didn't do a nested for loop and was missing an Arraylist. In EmptyDishwater, i needed to make sure that the remove parameter has to be index and can't use a for each loop to remove item. I have to use a for loop.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-01-28 18:59:26 UTC</pubDate>
         <guid>https://padlet.com/pesquiea/vtirix8cahesakib/wish/1138099236</guid>
      </item>
      <item>
         <title>Ivy Nguyen</title>
         <author>ivnguyen1</author>
         <link>https://padlet.com/pesquiea/vtirix8cahesakib/wish/1138102377</link>
         <description><![CDATA[<div>In emptyDishwasher, I forgot quotes around "spoon" when comparing strings.</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-01-28 18:59:58 UTC</pubDate>
         <guid>https://padlet.com/pesquiea/vtirix8cahesakib/wish/1138102377</guid>
      </item>
      <item>
         <title>Xiaolan Xu</title>
         <author>xixu2</author>
         <link>https://padlet.com/pesquiea/vtirix8cahesakib/wish/1138107532</link>
         <description><![CDATA[<div>For CalcSpecialSum, I put arr.length() instead of arr.length. I also put row.length() instead of arr[row].length-1.</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-01-28 19:01:00 UTC</pubDate>
         <guid>https://padlet.com/pesquiea/vtirix8cahesakib/wish/1138107532</guid>
      </item>
      <item>
         <title>Elven Tan</title>
         <author></author>
         <link>https://padlet.com/pesquiea/vtirix8cahesakib/wish/1138114213</link>
         <description><![CDATA[<div>for EmptyDishwasher I messed my index when subtracting both i and i-1 which led to me getting a out bounds error so by adding another i -- when it removed spoon and dish it fixed my index, and I forgot to add () at the end of .size</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-01-28 19:02:23 UTC</pubDate>
         <guid>https://padlet.com/pesquiea/vtirix8cahesakib/wish/1138114213</guid>
      </item>
      <item>
         <title>Carlos</title>
         <author></author>
         <link>https://padlet.com/pesquiea/vtirix8cahesakib/wish/1138131361</link>
         <description><![CDATA[<div>i forgot the name of the method and the return for calcSpecialSum. For emptyDishwasher i tried to access i + 1 while letting the loop go to the last element, which gives out of bounds.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-01-28 19:05:48 UTC</pubDate>
         <guid>https://padlet.com/pesquiea/vtirix8cahesakib/wish/1138131361</guid>
      </item>
      <item>
         <title>Weifeng Liu</title>
         <author>weliu4</author>
         <link>https://padlet.com/pesquiea/vtirix8cahesakib/wish/1138132557</link>
         <description><![CDATA[<div>In the emptyDishwasher, I wrote for(int i = 0; i&lt;list.size(); i++) for the for loop. I forgot to -1 in the list.size(). <br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-01-28 19:06:02 UTC</pubDate>
         <guid>https://padlet.com/pesquiea/vtirix8cahesakib/wish/1138132557</guid>
      </item>
      <item>
         <title>Jordan S</title>
         <author>jososa2</author>
         <link>https://padlet.com/pesquiea/vtirix8cahesakib/wish/1138134491</link>
         <description><![CDATA[<div>In 2d array I forgot to add the odd sums *2 to the ArrayList.<br><br>For emptydishwasher I forgot to decrement (left to right loop) the index which cause the loop to skip over an element.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-01-28 19:06:25 UTC</pubDate>
         <guid>https://padlet.com/pesquiea/vtirix8cahesakib/wish/1138134491</guid>
      </item>
      <item>
         <title>Wesley Tam</title>
         <author>wetam2</author>
         <link>https://padlet.com/pesquiea/vtirix8cahesakib/wish/1142669739</link>
         <description><![CDATA[<div>In 2D array, I have made errors with the  if statements</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-01-29 22:13:02 UTC</pubDate>
         <guid>https://padlet.com/pesquiea/vtirix8cahesakib/wish/1142669739</guid>
      </item>
   </channel>
</rss>
