<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Share your thoughts! by Carmela Acuyan</title>
      <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp</link>
      <description>1. What is the most challenging Loop control to use in coding?
2. Do you think your java program will be more interactive and smarter by applying these loops?</description>
      <language>en-us</language>
      <pubDate>2023-01-19 08:21:27 UTC</pubDate>
      <lastBuildDate>2025-10-25 15:59:52 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet.net/icons/png/1f914.png</url>
      </image>
      <item>
         <title>Rianne Cruz</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2456038111</link>
         <description><![CDATA[<div>1. I think it might be do while loops because it has more things to add and it is sort of makes things very confusing.<br>2. Yes because it gives us the option whether we want to continue. Just like games, they give a continue option when we have a game over screen. Clicking yes, we are able to continue the game and clicking no means we have to restart our progress.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-25 12:01:17 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2456038111</guid>
      </item>
      <item>
         <title>Martha Baronda, Grade 10 Loyola</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2456042157</link>
         <description><![CDATA[<div>1.&nbsp; Personally, most challenging loop control to use is the do while loop. Although it has generally the same syntax with the while loop, I find that the condition being at the bottom to be unusual. The fact it also ends with a semi-colon, although a small difference, will make it hard for me to memorize.<br><br>2.Loops help us prevent having a repetitive code as well as making the code connect. I used switch cases last ET to make my code more interactive, however its one major flaw was that once you were done with a specific function, there was no return choice where you can go back to the main menu and choose another function. Loops help solve this problem, specifically while loops.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-25 12:05:50 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2456042157</guid>
      </item>
      <item>
         <title>Eve Bianca Ysabelle Barrameda, Grade 10 - St. Ignatius of Loyola</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2456047020</link>
         <description><![CDATA[<div>1. I find the for loop the most challenging. Its structure is very compressed, and I prefer fragmenting my code so that it is easier for me to understand and control. Conversely, I find the while loop the least challenging.&nbsp;<br><br>2. Loops make programs smarter and more efficient. Their structure allows processes that in their absence would be extremely difficult and tedious to design.&nbsp;So, yes, java programs are better when we use loops. </div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-25 12:11:43 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2456047020</guid>
      </item>
      <item>
         <title>Yvonne Ray Alvarez, Grade 10 Loyola</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2456059247</link>
         <description><![CDATA[<div>1. The most challenging loop control for me to use would have to be the for loop. While it is shorter, it's three sections and the values to put in them are still hard to understand.&nbsp;<br><br>2. Loops allow our programs to be more interactive and efficient as they give us the choice whether we want to repeat it over and over again without having to overcomplicate the syntax.&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-25 12:25:01 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2456059247</guid>
      </item>
      <item>
         <title>Dale Latonio, Grade 10 - St. Ignatius of Loyola</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2456065225</link>
         <description><![CDATA[<div>1. The most challenging loop for me is the do while loop because of how it's structured. The syntax is particularly different from the while loop and for loop, and it is also a bit longer which makes it difficult for me to retain how to do it. I also find it a bit confusing because of how the condition is checked at the bottom of the loop. This would mean that this type of loop would run the code once first even if the condition is not met then check the condition whether it should continue the loop or not.<br><br>2. By applying these loops to our java program, we are able to execute blocks of statements multiple times until a certain condition is met without the need to manually repeat or rewrite instructions or statements. Loops make our programs more efficient, more interactable, and most importantly, it helps the process of coding easier.&nbsp;Each type of loop has its own advantages that it can offer to coders to make their programs easier and better.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-25 12:31:17 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2456065225</guid>
      </item>
      <item>
         <title>Paola Cosido, Grade 10 - St. Ignatius of Loyola </title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2456128960</link>
         <description><![CDATA[<div>1. I find the do while loop to be the most challenging loop control.&nbsp; Your statements must come first, followed by the while loop part. Compared to the while loop and for loop, it is lengthier, which makes it more difficult to remember. Once you master the syntax, it is extremely fun and interactive, however, the creation process is tough.<br><br>2. Yes. By using these loops, programs will become more interactive. It will reduce the size of the code. Using the scanner class will also make your code much smarter. For instance, calculating for different areas.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-25 13:26:07 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2456128960</guid>
      </item>
      <item>
         <title>Alen Chandler Chu, Grade 10 - St. Ignatius of Loyola</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2456139500</link>
         <description><![CDATA[<div>1. Among the three types of loops, I find the for loop the hardest to control because its syntax makes all the conditions stated in one expression. Aside from it being highly compressed, it also places so many limitations on your code in terms of user-defined values because in most cases values are fixed. I prefer to code using loops that allow me to have more user definition and less compressed.<br><br>2. I think using loops makes coding more interactive and less tedious for coders as it makes codes more efficient than traditional print statements and if-else conditions. The addition of the scanner class, it creates a more user-friendly experience for the people using the code. Overall, it is a more efficient and clean tool that we can use when we code. </div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-25 13:35:02 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2456139500</guid>
      </item>
      <item>
         <title>Katie Antoinette Aguilar, Grade 10 Loyola </title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2456158827</link>
         <description><![CDATA[<div>1. In my opinion the most challenging loop control is the do while loop. I'm still a bit confused with how the statements come first and the condition checking come last. I find it difficult to understand the syntax and if the statement is affected by the condition checking.&nbsp;<br><br>2.&nbsp;Yes, these loops make the program interactive and efficient. Loops help shorten your code and make it easier to read and understand instead of repeating the same set of codes again and again. </div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-25 13:49:37 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2456158827</guid>
      </item>
      <item>
         <title>Avery Dela Cruz, Grade 10 - St Ignatius of Loyola</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2456208260</link>
         <description><![CDATA[<div>1. The most challenging loop is the do-while loop, since, much like in real life, you end up regretting taking action without first assessing it. The same is true for this loop; if the program examines your statement before the condition, it will get jumbled. Moreover, this also gets jumbled because it executes numerous sections of the statements again unlike the other loops.<br><br>2. I believe employing these loops will make my programs smarter and more interactive, but it will also make them&nbsp;easier and more cooperative for me to use. When compared to previous Java courses, this is considerably more efficient and effective, and there is no limit to what you may achieve with your code.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-25 14:25:18 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2456208260</guid>
      </item>
      <item>
         <title>Monty Maximilian L. Co, Grade 10 - Loyola</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2456234250</link>
         <description><![CDATA[<div>I believe that the most challenging loop to use in java is the do-while loop. This is because unlike the for and while loops, the do-while contains a different syntax since it executes the output before checking the condition. With this, there are also special exceptions when it comes to writing certain parts of the code, like the placement of semi-colon after the condition, which is unheard of across the other types of loops.&nbsp;<br><br>2. Yes, I do believe that the java program will become smarter and certainly more efficient through the use of loops. Instead of writing multiple lines of code that would take a longer period of time to create, together with possible errors that could be seen, loops certainly make it easier to code certain programs. Additionally, it also makes for a simpler yet more interactive code in the sense that a lot can be accomplished when the code is executed, even with just a few lines of code involving loops. </div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-25 14:42:01 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2456234250</guid>
      </item>
      <item>
         <title>Ellyce Lim, 10-Loyola</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2456333417</link>
         <description><![CDATA[<div>1. The most challenging loop for me is the do-while loop. It is difficult to have to think about the results when the condition comes last.&nbsp;<br>2. Loops are smart. They help with keeping the code short, organised, and efficient. Loops are a great option for providing users with options.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-25 15:36:05 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2456333417</guid>
      </item>
      <item>
         <title>Sophia Beatrice B. Fuentes, 10- Loyola</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2456501468</link>
         <description><![CDATA[<div><br>I find the do while loop confusing sometimes because I’m still not used to the syntax yet and if I relate it to life, I find it difficult because I don’t like doing things without knowing the outcomes or conditions.<br><br>I think the use of loops will make Java programs smarter because when combined with other things, like scanner the program can run more interactively and efficiently with reduced amounts of codes.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-25 17:18:55 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2456501468</guid>
      </item>
      <item>
         <title>Arc Bantasan, Grade 10 - St. Ignatius of Loyola</title>
         <author>bantasanarcdavid</author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2456858881</link>
         <description><![CDATA[<div>1.&nbsp; The most challenging loop for would be the do-while loop. I do not like how it goes through the results first rather than checking the condition before everything else. There is also the semi-colon present in do-while loop not present in other loops.<br><br>2. Java programming is usually a lengthy process which is why by applying these loops, it will save time and definitely make it more interactive. We are able to make menus and the such easily due to the efficiency of the loops we have learned.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-25 22:27:51 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2456858881</guid>
      </item>
      <item>
         <title>Aquilla Potot, 10 - St. Ignatius of Loyola</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457165608</link>
         <description><![CDATA[<div>Personally, the most challenging loop for me to do is the do-while loop. It's the only loop that works differently from the three loops discussed; the while and for loop has the same system in where you place the condition first then it executes the statement, unlike the do-while, it's the opposite.&nbsp; I haven't fully understood the basic concepts of do-while loops, hence it's a bit tricky for me to use do-while loops how I want it to.<br><br><br>Definitely, it will be more convenient and somewhat "high-tech" looking. Ever since we discussed Scanner class, coding has been much more fun to play with. Much more customizable and you can be creative with it too. Same goes with the loops as you can explore more and experiment as much as you want to with your program. <br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-26 06:14:01 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457165608</guid>
      </item>
      <item>
         <title>Krizzah Montalban, 10-Loyola</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457165827</link>
         <description><![CDATA[<div>1. The most challenging loop to control would be the do-while loop because it seems to be complicated especially the pattern of the code (&lt;initialization&gt;;&lt;test condition&gt;; &lt;operation&gt;). It is new to me and I believe that practice will help me be more comfortable and familiar with it.&nbsp;<br>2. Using loops will be more efficient as it helps the code be more organized, lesser in size, smooth and productive. With loops, it reduces the number of times you will type the code. It is also smart as it runs with conditions and smoothly.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-26 06:14:14 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457165827</guid>
      </item>
      <item>
         <title>Anthon Gabriel P. Kintanar, 10 - Loyola</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457168737</link>
         <description><![CDATA[<div>1. The most challenging loop for me would be the do-while loop. Since it's the most recent loop discussed, I don't really understand the process. However, with more practice, I'll be able to understand how it works.<br><br>2. If I were to make a menu-driven program without loops, it would take longer because I have to repeat the code multiple times. Using loops lessens the length of the code, making it less complicated.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-26 06:19:29 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457168737</guid>
      </item>
      <item>
         <title>Iori Patalinghug, 10-Loyola</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457172092</link>
         <description><![CDATA[<div>1. The loop I find most challenging is the do-while loop. Although its syntax or structure isn't inherently difficult to do, its use and application is sort of challenging. It's a type of loop that executes first before evaluating. There are only a few things where this order is applicable in.<br><br>2.&nbsp; These loops enhance program-user interaction. Loops, by nature, repeat steps that would otherwise be coded lengthily. They organize the codes more, make it smarter by recognizing conditions and appropriate actions to take. </div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-26 06:24:16 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457172092</guid>
      </item>
      <item>
         <title>Amelia Kimberly Sanchez, 10 - Loyola</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457172612</link>
         <description><![CDATA[<div>1) In my opinion, the most challenging loop to control using code would be the do-while loop. This is because the code will execute the statements before checking the conditions. With the other loops, the condition is checked first, then the statements are executed.<br><br>2) Applying these loops can make your code more interactive and smarter especially when you add Scanner Class and ask for inputs. It becomes more customizable and more useful. Your code also becomes efficient because your code can be shortened. </div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-26 06:25:06 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457172612</guid>
      </item>
      <item>
         <title>Rinoa Sanchez, 10 -Loyola</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457172918</link>
         <description><![CDATA[<div>1. For me the most challenging loop is the do-while loop. I believe using this loop will make the the code more complex because the statements are executed before conditions are checked.&nbsp;<br><br>2. Loops allow you to make your code more interactive and smart. Even the simple kinds of loops already make the code more unique, and by that using loops frequently allows the output to be more fun or even understandable.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-26 06:25:35 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457172918</guid>
      </item>
      <item>
         <title>Clair Princess Jamzelle Elizalde, Grade 10 - St. Ignatius of Loyola</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457306722</link>
         <description><![CDATA[<div>&nbsp;1. I find the for loop harder to control due to its compressed syntax. Although its syntax is helpful, it can be hard to understand for beginners, hence the difficulty.&nbsp;<br>&nbsp;<br>2. Loops shorten codes, which saves time, minimizes errors, and makes debugging easier. Consequently, these make any program more interactive and smarter.&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-26 09:03:42 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457306722</guid>
      </item>
      <item>
         <title>Alyssa Therese Jumapao, 10-Loyola</title>
         <author>alyjumapao</author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457315149</link>
         <description><![CDATA[<div>1. For me, the most challenging Loop control to use is the Do While Loop. This type executes the code first before evaluating it. I also do not fully understand how it works and how the syntax should look like.&nbsp;<br><br>2. I do thing java programs will be more interactive and smarter if we use loops. They allow us to code easier and faster as we don’t need to keep repeating the same syntax/code over and over again. </div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-26 09:12:24 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457315149</guid>
      </item>
      <item>
         <title>Cassandra Nicole Lozano, 10-Canisius</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457321945</link>
         <description><![CDATA[<div>1. All of the loops are somehow at an equal level of difficulty. All the loops can execute a certain condition by a loop, like creating a pattern or repeat valuables for a certain amount of time. Though, you would need to make sure that it can be limited, otherwise, your program will go through an infinite loop. The "for loop" is a fixed kind of coding, which means it's note exactly as flexible compared to the other loops, which means it's less interactive and really more about being direct. The "while loop" can be more interactive. The "do-while loop" is basically the same as the "while loop", however, there will be given conditions first before it is executed.<br><br>2. The java program will be more interactive and smarter by applying this loops, that is if they are coded correctly.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-26 09:18:42 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457321945</guid>
      </item>
      <item>
         <title>Renz Rudolf Landicho, 10 - Loyola</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457348871</link>
         <description><![CDATA[<div>1. No loop is challenging to use; loop syntax is really straightforward and simple. It really just depends on the situation. while and do-while loops are useful when code needs to be re-executed until a specific condition is met. for loops are used in most cases though, and it's great for iterating over data. <br><br>2. This is very context-dependent. Loops should only be used when actually needed. Essentially, they're tools to help develop your program. Your program wont immediately become smarter just because loops are implemented; a program's efficiency depends greatly on its architecture.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-26 09:41:31 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457348871</guid>
      </item>
      <item>
         <title>Lian Eve Abarca, 10 -Loyola</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457351062</link>
         <description><![CDATA[<div>1. For me, it's the Do While loop. I find it confusing compared to the other loops, especially its syntax. <br>2. Loops help save time since we won't have to keep repeatedly writing the same statements or code.&nbsp;<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-26 09:42:48 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457351062</guid>
      </item>
      <item>
         <title>Lance Go, Grade 10 - Loyola</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457396907</link>
         <description><![CDATA[<ol><li>The hardest loop for me is the do-while loop because its syntax is different from the for and while loop. The do-while loop executes the statement first before evaluating the program.</li><li>I do think that it will be more interactive and smarter if these loops are applied in java programs. Java programs become tedious when loops are not applied, the program will only contain “System.out.print” codes that makes the program look simple and redundant.&nbsp;</li></ol><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-26 10:25:29 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457396907</guid>
      </item>
      <item>
         <title>Bree Imogen Uy, 10 - Loyola</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457418718</link>
         <description><![CDATA[<div>1. The most challenging loop control for me is the for loop because its syntax is quite difficult. It has 3 parts to it which can be quite confusing since there are different values that need to placed in the proper arrangement.&nbsp;<br><br>2. Yes, the java program will be more interactive and smarter by applying these loops because it allows us to save time and not over complex the code. It also allows us to be more efficient when coding. </div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-26 10:46:05 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457418718</guid>
      </item>
      <item>
         <title>Enzi Raphael Tan, Grade 10-Loyola</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457425999</link>
         <description><![CDATA[<div>1.)I find the do-while loop to be the most challenging loop out of the three loops because of its syntax and I’m still uncertain what it’s use is for. The syntax of do-while loops is unfamiliar for me since the condition of the loop is at the bottom which I’m not familiar with.</div><div>2.)Yes, I think that loops would make my Java program more interactive and smarter. Loops in Java would help in shortening the coding process when making your Java program because of this, it would make it more efficient for us and would commit lesser mistakes when coding.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-26 10:52:47 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457425999</guid>
      </item>
      <item>
         <title>Hwang, Owen, 10 - Canisius</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457435823</link>
         <description><![CDATA[<div>1. The most challenging loop control is probably the do while loop. It twists my sense of logic sometimes.&nbsp;<br><br><br>2. Java programs would be a lot more simple and memory-saving. Using loops, we won't have to copy paste the code all over again as a substitute of loops. It will also make the scripts a lot cleaner if you were to use loops.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-26 11:02:00 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457435823</guid>
      </item>
      <item>
         <title>Mikaela Baquiano, Grade 10 Loyola </title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457435905</link>
         <description><![CDATA[<div>1.<strong> What is the most challenging Loop control to use in coding?&nbsp;</strong></div><div>It is personally for me the for-loop that is the most challenging Loop control to use in coding. Even other professionals agree that this Loop control is difficult for beginners to understand and use. The concept behind a for-loop is fairly simple, but the difficulty in understanding it has to do with its confusing/unintuitive/misleading syntax because of it being compressed.&nbsp;</div><div><br></div><div><strong>2. Do you think your java program will be more interactive and smarter by applying these loops?</strong></div><div>Yes, it will be more interactive and smarter by applying these loops. It is because when programmers write code, loops allow them to shorten what could be hundreds of lines of code to just a few. This allows them to write the code once and repeat it as many times as needed, making it more likely for the program to run as expected.&nbsp;</div><div><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-26 11:02:05 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457435905</guid>
      </item>
      <item>
         <title>Noela Mae Chua, Gr. 10 - St. Ignatius of Loyola</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457449843</link>
         <description><![CDATA[<div>1. The do...while loop is the most challenging loop to master for me because in someway it goes a step further than the for loop or while loop in the context that it will print a certain set of codes before even examining whether the initializations meet the conditions or not. After having said this, though, I find it also the most interesting and "advanced" because it is the most visibly comparable loop type to commonly seen programs i.e. closing an app or not, returning to the main menu of a game, etc. Thus, mastering this loop is more valuable and exciting for me rather than getting familiar with the other two types of loops. Despite this, I hasten to say that&nbsp;the for and while loops are no less important, though in my opinion they are less interactive and comprehensive. <br><br>2. The different types of loops (for loop, while loop, and do...while loop) are different in terms of where its declaration and initialization are located or even if the number of iterations is known or unknown; however, they are unified on the fact that all loops in Java is a systematic means to execute a set of functions repeatedly in so far as a certain condition/s is met. This makes a program interactive, adaptable, and summarized in a neat fashion so that a code can become entry-controlled at a level higher than nested if statements or simply printing each situation possible. Consequently, knowing the various ways a coder can use loops will be beneficial to creating a "perfect" program.&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-26 11:16:29 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457449843</guid>
      </item>
      <item>
         <title>Kyle Kenru Vasquez, 10 Canisius</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457472883</link>
         <description><![CDATA[<div>1.&nbsp; In my opinion, the for loop would be the hardest because the syntax confuses me a lot and it is still confusing for me to use it.<br><br>2. I think that having the skill and understanding of the different types of loops gives us more options and saves us some time in certain situations when making a java code.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-26 11:38:54 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457472883</guid>
      </item>
      <item>
         <title>Tuburan, Luis Sebastian A., 10 - Canisius</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457474631</link>
         <description><![CDATA[<div>1. I feel as if the for while loop is in a weird order. It doesn't feel natural. That's ironic as I feel that I', going to be using it the most for our tasks.<br>2. Loops can shorten the amount of code used and allows for more complicated code. It also allows for you to repeat code when you finish if there are multiple options. </div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-26 11:40:44 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457474631</guid>
      </item>
      <item>
         <title>Joaquin de Larrazabal, 10 - Loyola</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457479797</link>
         <description><![CDATA[<div>1. The most challenging loop for me is the For loop. The syntax is really confusing and it is the hardest to learn for me. It took a while for me to get it and it isn't like the typical 2 step process flowchart like the while and do while loop. The do while is also pretty hard to use since it does the statement before the actual condition.<br><br>2. Yes, loops make it not only more interactive, but it makes it easier because it automates the process and we don't have to repeat the same statements over and over again. It lessens the length of the code and it makes it more efficient.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-26 11:46:10 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457479797</guid>
      </item>
      <item>
         <title>Kristei Armamento, 10 - Loyola</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457571460</link>
         <description><![CDATA[<div>1. I think the do-while loop is the most challenging loop.&nbsp;I am still confused how this loop works, especially that it checks the condition at the bottom of the loop.<br><br>2. Yes, applying these loops will make the java program more interactive and smarter. These loops make our code simpler and shorter, which means that we get to save time by not writing long lines of code. </div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-26 13:16:17 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457571460</guid>
      </item>
      <item>
         <title>Mendez, Chelsy Kate, 10 - Canisius</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457575594</link>
         <description><![CDATA[<div>1. For me, the do - while loop is odd. It's different from the other two since its condition is at the bottom so I guess that confuses me.<br>2. Yes, they shorten the time needed for you to code and with their syntax, it would also make you avoid mistakes when coding. </div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-26 13:19:23 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457575594</guid>
      </item>
      <item>
         <title>Kwan, Bho Ylijah O., 10-Canisius</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457579253</link>
         <description><![CDATA[<div>1. In my opinion, there is no hardest loop to use. However, the purpose of some of these loops confuse me. For example, why would you use a for-while loop, when you can do the same thing with a while loop? Does saving space in your code benefit you in any way other than it looking clean?<br><br>2. Although loops can be confusing to learn in the start, they make your work so much easier. It saves you so much time and makes your coding experience more interesting. With loops we can learn more creative ways to solve problems.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-26 13:22:15 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457579253</guid>
      </item>
      <item>
         <title>Dy, Hilaire Hughie, 10-Canisius </title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457581915</link>
         <description><![CDATA[<div>1. The “for loop” is challenging for me because the loop conditions can be tricky and the syntax are still not familiar for me.&nbsp;</div><div><br></div><div>2. Yes because with loops, my program can keep doing certain actions over and over again, like asking for user input and providing output. That way, it makes the program more interactive, like a back and forth conversation with the user or a continuously updating output like in a game.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-26 13:24:25 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457581915</guid>
      </item>
      <item>
         <title>Lagapa, Jess Deiniel M.,10-Canisius</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457590905</link>
         <description><![CDATA[<div>1.&nbsp; In my opinion the "do while"&nbsp; loop is the one that confuses me. I don't have full understanding of the loop. Although I have understood most of the loops there are still things that I might forget like the syntax etc...<br><br>2.I believe that applying these loops can make the programs more interactive and smarter. Using the loops can make it more easier for programs to work and output. </div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-26 13:30:46 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457590905</guid>
      </item>
      <item>
         <title>Chua, Matthew Vincent Alerta, 10 - Canisius</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457591897</link>
         <description><![CDATA[<div><strong>1.</strong> None; I find it easy to understand these loops as long as <em>I don't bite more than I can chew</em>.<br><br><strong>2.</strong> Of course. I love the idea of loops because it allows reusability given conditions or whatever the programmer wants. Isn't that better than creating multiple lines and multiple conditions that lead to the same thing?<strong> It's simply convenient and smart.</strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-26 13:31:32 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457591897</guid>
      </item>
      <item>
         <title>Samantha Fae Cabigon, 10 - Loyola</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457622835</link>
         <description><![CDATA[<div>1. I believe the most challenging Loop for coding is the For loop because although its syntax is shorter compared to the other loops, the way that most of its components are compressed together in only one line of code confuses me a lot. It may seem like a more efficient way to code a program to some, but to me, it would only just make me end up staring blankly at my screen for a long time figuring out what I must add next. I like my codes to be spaced out evenly so as to let me have a better grasp of the program and its mechanism.<br><br>2. Yes. Loops are essentially automatic on and off switches that allow several lines of code to be executed right away without us having to manually execute them ourselves. This is especially useful when we need to execute certain codes multiple times based on certain conditions. This may prove otherwise for Do-While Loops though as they execute the program's statement(s) before reading the condition(s) – however, I do love its exit-controlled structure wherein we have to press a key to continue and another key to exit the program. Either way, loops make programming a lot easier not only because of their efficiency and innate intelligence but they also make things more interactive for the program as a whole.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-26 13:53:41 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457622835</guid>
      </item>
      <item>
         <title>Amara Cabrera 10 Canisius</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457651983</link>
         <description><![CDATA[<div>1. I find do-while loop confusing as I don’t fully understand it.&nbsp;<br><br>2. I believe that by applying loops to my codes, I will be able to create more complex outputs and accomplish repeated statements swiftly.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-26 14:14:21 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457651983</guid>
      </item>
      <item>
         <title>Cayla Cayago 10 Canisius</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457714926</link>
         <description><![CDATA[<div>1. I currently have a hard time with while loop<br><br>2. Yes it will have more space for the user to interact with which will make it more fun and makes us understand how to code for others more efficiently and fun</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-26 14:52:25 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457714926</guid>
      </item>
      <item>
         <title>Mary Margarette G. Chiu, Grade 10 - Loyola</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457718644</link>
         <description><![CDATA[<div>1.&nbsp; For me, <strong>I observed the for loop as the most complex operation because of its condensed format. There are 3 things within the operation, the looping variable introduction, halting condition, and incrementation statement. The for loop made me confused since it depends on the programmer to execute on how many loops it needs, what condition it requires for the operation to halt, and where would it start. I personally would prefer a while loop with if statements, but the for loop is indeed more efficient. <br><br>2. For me, loops do not necessarily make the java program more interactive, but it makes it more efficient. In such a way, it won’t require to place multiple lines. At the same time, all you have to do is to place the parameters which would do its job more efficiently. By applying loops, it is more effective-performance wise. They act as a smarter way to implement those programs at a faster rate.<br></strong><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-26 14:54:32 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457718644</guid>
      </item>
      <item>
         <title>Paul Kedric Lim Lanuza, Grade 10 St. Peter Faber </title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457873751</link>
         <description><![CDATA[<div><strong>1. What is the most challenging Loop control to use in coding?<br></strong>After experimenting I find them all challenging but I am trying to understand and enjoy coding<strong>.<br><br> 2. Do you think your java program will be more interactive and smarter by applying these loops?</strong></div><div>Yes, it would be more interactive for the user, the user has more control in decision making compared to previous lessons. With that control comes the freedom to roam around and explore, which excites the user.</div><div><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-26 16:35:25 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457873751</guid>
      </item>
      <item>
         <title>Gabriel Marc C. Jatulan, Grade 10 - Faber</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457920820</link>
         <description><![CDATA[<div>1. In my opinion, the for loop is the most difficult loop control to grasp since its syntax is completely different from that of the while and do-while loops. It also appears to be intimidating and complex at first glance, and understanding what it does in the program requires a bit more analyzing and comprehension.&nbsp;<br><br>2. Yes, loops definitely play a significant role in making your program more interactive and smarter, as they can allow you to repeat the same codes and statements, ultimately shortening and simplifying your overall program.&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-26 17:06:37 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457920820</guid>
      </item>
      <item>
         <title>Chun Ming Ng, 10- Loyola</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457987818</link>
         <description><![CDATA[<div>1. For me, I feel the most challenging loop to use is the nested loops so far because I have a hard time following the code, but I think with more practice and a better understanding of how the looping process works, I think I can understand them better.<br><br>&nbsp;2. I think my java program will be more interactive and smarter with loops because it can be used to make patterns to make our output more creative-looking which helps make the program more interactive or less boring for users. Additionally, loops are the basis for some programs like the menu program and with the use of Scanner class, you are able to make the program a smart and interactive one by making the program user-defined instead of made from set values while also adding a little charm from the use of loops.&nbsp;Thus, I do think that loops can help make a program more interactive and smarter in a way that it can help influence design and how certain programs are made to be more user-focused and less boring than simple calculations and presenting them on an output stream.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-26 17:55:23 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2457987818</guid>
      </item>
      <item>
         <title>Emeres Libo-on (10-Loyola) </title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2458353163</link>
         <description><![CDATA[<div>1. For me, I find Do-While Loop the most challenging because it runs the code before checking if the condition is true. It may get mixed up more easily because the condition is placed at the bottom unlike While loop.&nbsp;<br><br>2. Yes, I think my Java program will be more interactive and smarter by applying these loops. It allows me to repeat a set of instructions more efficiently. Without loops, I will have to copy paste the same code multiple times. &nbsp;Using loops will get me the same output without having to write long lines of codes. <br><br>&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-27 00:33:46 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2458353163</guid>
      </item>
      <item>
         <title>Dann Coyoca  Faber</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2458462889</link>
         <description><![CDATA[<div>1. I think it would be the do while loop since I still haven't grasped the full understanding of this loop control.&nbsp;<br><br>2. These loops allow us to be more organized as it makes the size of your code smaller making it run smoother.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-27 03:19:01 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2458462889</guid>
      </item>
      <item>
         <title>Keira Chang (10-Faber)</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2458463231</link>
         <description><![CDATA[<div>1. The loop i found hard is for-loop because you need three sections for the loop to work.<br>2. I think that it will be more active and fun because you can add your answers to your codes making it interactive.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-27 03:19:38 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2458463231</guid>
      </item>
      <item>
         <title>Kate Dominique B. Repol | 10-Faber </title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2458463408</link>
         <description><![CDATA[<div>1. The loop control i find the most difficult to use is the For Loop since it has a different syntax compared to while and do-while loops; they'll be easier to use since they're similar with each other.&nbsp;<br><br>2. Yes, i think that java programs will be much more interactive and smarter when using the loops. It saves time and simplifies your code and allows you to repeat statements over and over again with lesser hassle. </div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-27 03:19:54 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2458463408</guid>
      </item>
      <item>
         <title>Kym Ashley Sumanting - 10 Loyola</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2458486091</link>
         <description><![CDATA[<div>1. What is the most challenging Loop control to use in coding?<br><br>In my opinion, the Do-While loop is the most challenging Loop control to use in coding because it checks the condition at the end meaning there is more room for error.<br><br>2. Do you think your Java program will be more interactive and smarter by applying these loops?<br><br>Yes, I believe incorporating loops in my Java program will make it not only smarter but more efficient as well. For example, I won’t have to repeatedly code an output stream to have 8 lines of the same word printed. As such, it saves time and keeps my code organized.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-27 03:56:01 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2458486091</guid>
      </item>
      <item>
         <title>Odysseas Kimon P. Acusar, 10-Loyola</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2458679501</link>
         <description><![CDATA[<div>1. What is the most challenging Loop to use in coding?<br><br>For me, the hardest loop to use is the do-while loop because it checks the condition after the statements instead of before. It<br>also makes it more difficult to ensure that the program will run correctly.<br><br>2. Do you think your java program will be more interactive and smarter by applying these loops?<br><br>I believe that loops in a java program open up many opportunities for different types of programs such as a menu-driven program. It also comes from the fact that you can make the values user-defined which allows for calculating sales and etc. Additionally, it allows for a series of instructions to be executed without repeating the code over and over again.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-27 08:27:53 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2458679501</guid>
      </item>
      <item>
         <title>Andre James Paul Te, 10-Canisius</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2460164009</link>
         <description><![CDATA[<div>1. In my opinion, I find the for-loop confusing as the syntax just makes it harder.<br><br>2. Yes, I believe that java programs will be more interactive when applying these loops.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-29 08:30:08 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2460164009</guid>
      </item>
      <item>
         <title>Edgar Sebastian A. Bernas, 10-Faber</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2460205407</link>
         <description><![CDATA[<div>The idea of identifying whether you know how many loops have been shown or whether to put your loops before or after a set code. Loops can be used in efficiently creating shorter codes and execute a lot of codes repeatedly.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-29 10:29:35 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2460205407</guid>
      </item>
      <item>
         <title>Tan, Stefano Julian C. (10-Ricci)</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2460892013</link>
         <description><![CDATA[<ol><li>What is the most challenging Loop control to use in coding?&nbsp;</li></ol><div>&nbsp; &nbsp;The most challenging loop control has to be the do while loop. You are more prone to making mistakes in this style of loop, for it can cause a problem if the index length is incorrect. And with any loop, you are prone to making the loop that never ends. It’s bad enough with a while loop, what more with do while?<br>2. Do you think your Java program will be more interactive and smarter by applying these loops?</div><div>I think it can make it smarter and more creative because you can allow it to be more conditional, making it more complex. Complexity that comes from the fact you have more&nbsp; variety. Creative too, because you can add more style with more options.</div><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-30 05:54:31 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2460892013</guid>
      </item>
      <item>
         <title>Isabella Marciano (10 - Arrupe) </title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2461113489</link>
         <description><![CDATA[<div>1. I find the do-while loop the most challenging out of the three other loops. It's longer since it contains 2 sections (the statement and the expression), and I recently found it difficult to create a nested do-while loop while making my Enabling Task. For instance, I ran into a few errors such as infinite looping and the loop not working at all. Overall, the fact that the while and for loop have a shorter syntax (in general) and are more similar to each other (both are fixed) make it easier to control them compared to the do-while loop in coding.&nbsp;<br><br>2. Yes, java programs will become more interactive/smarter by applying loops. For example, menu type java codes are supposed to be interactive, therefore the loop function allows the user to go back to the menu when a condition is met. Loops are also an efficient way of repeating certain statements instead of coding the same thing over and over again.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-30 09:43:58 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2461113489</guid>
      </item>
      <item>
         <title>Orbiso, Euan - 10 Arrupe</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2461142276</link>
         <description><![CDATA[<div>1.&nbsp; For me, I find the for loop challenging because it has a different syntax from the other 2 syntax<br><br>2. Yes, it will be more interactive because you will able to put your own answers in your syntax/code which makes it more fun and can help you learn more about coding<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-30 10:10:09 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2461142276</guid>
      </item>
      <item>
         <title>Melquani Seares (10 - Realino)</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2461161863</link>
         <description><![CDATA[<div>1. I find the "for loop" to be the most challenging since the syntax is more complicated compared to the other loops.&nbsp;<br>2. Yes, I think that the use of loops will make the java program more interactive and smarter. Loops are helpful in repeating a set of instructions and statements with shorter lines of codes. </div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-30 10:27:54 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2461161863</guid>
      </item>
      <item>
         <title>Gaeun Nam (10-Arrupe)</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2461165210</link>
         <description><![CDATA[<div>1.&nbsp; i find the for loop the most challenging, because it has the increment,condition,and intialization being all compressed.&nbsp;<br><br>2. Yes loops can create a program to be interactive and smarter. An example could be creating a menu (while applying scanner class), it allows the user to go back to the menu when the conditions are met. It can repeat certain statements rather than having to create multiple statements of the same thing therefore&nbsp; making your code unorganized.&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-30 10:30:49 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2461165210</guid>
      </item>
      <item>
         <title>Princess Mary Mantos, 10-Hurtado</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2461190967</link>
         <description><![CDATA[<div>1. To me, the do while loop is the most challenging to use since this executes before evaluating the condition unlike the other loops. This loop also confuses me because of its syntax for unlike the while loop, it does not end with a curly bracket but instead with a semi-colon.<br><br>2. Definitely. Loops shorten the length of the code you are creating instead of repeating the same statement over and over again. The user who is trying out the program, if there are multiple choices, can always repeat the code if the loops are placed which makes it fun.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-30 10:54:14 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2461190967</guid>
      </item>
      <item>
         <title> Baguio Sean- 10 Ricci                                           </title>
         <author>baguiosean16</author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2461222944</link>
         <description><![CDATA[<div>1) For me i found the for loop the most challenging because of the complex syntax it requires which i sometimes switch up.<br><br>2)Yes, java programming will be better if i apply these loops because loops will make it easier. Unlike other codes loops group multiple codes/ multiple sets of instructions.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-30 11:25:07 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2461222944</guid>
      </item>
      <item>
         <title>Ella Ang - 10 Arrupe</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2461264910</link>
         <description><![CDATA[<div>1) For me For Loop is the most challenging.<br>2) Yes because this will make the programming interesting for the programmer and user.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-30 12:02:58 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2461264910</guid>
      </item>
      <item>
         <title>Villaceran, Cailean Vallerie A. - 10 Ricci</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2461268464</link>
         <description><![CDATA[<div>1. What is the most challenging Loop control to use in coding?&nbsp;<br>The most challenging Loop control would probably be the while loop since it isn't straightforward like the for a loop. The fact that it is conditional and depends entirely on what happens is something.<br><br>2. Do you think your java program will be more interactive and smarter by applying these loops?<br>Yes, as I've done it with most of the programs. It does indeed make it more interactive, smarter, and rather "cooler" because it makes the code efficient and fancier in a sense.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-30 12:06:22 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2461268464</guid>
      </item>
      <item>
         <title>Tracey Artiaga, 10-Ricci</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2461269208</link>
         <description><![CDATA[<div>1. In my opinion, while loop is the "most challenging". As said in its given description it is unfixed/ has an unknown amount of repetitions. It has a lot of possibilities given the different conditions you could make.<br>2. Yes, loops allow my java program to be more interactive, especially by using it with a menu driven program with the help of scanner class. It allows the user to have more options and such. They get to pick what happens next rather than the program having a fixed order.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-30 12:07:00 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2461269208</guid>
      </item>
      <item>
         <title>Nico Mendoza - Ricci</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2461269961</link>
         <description><![CDATA[<div>1. The syntax/code I found the most complex is the while loop, because of how there can be an endless possibility unless a specific entry is placed that can make the code stop working.<br>2. Loops offer a great help to the process of coding, because it can shorten and simply things for you, and it is for to keep the pallet organized and simple.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-30 12:07:43 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2461269961</guid>
      </item>
      <item>
         <title>Bo Joacquim T. Cañada, 10-Ricci</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2461272536</link>
         <description><![CDATA[<div>1. I find the while loop the most challenging. The reason for this is because, it is very unpredictable. I didn't choose do-while loop just for the single fact that it's more flexible compared to the while loop. And for for-loop, it's the most straight forward loop.<br><br>2. I believe that my java program will be more interactive and smarter by applying these loops. In a sense that, if we apply the scanner class, we can implement the previous codes we learned such as the If-else statements and arrays in said loops. And as we all know it can make your code, way shorter and much more organized.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-30 12:10:08 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2461272536</guid>
      </item>
      <item>
         <title>David Galve (10-Arrupe)</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2461278228</link>
         <description><![CDATA[<div>1.)<br>For me the Do While loop is the hardest, due to the longer syntax. I often have a hard time memorizing the syntax.<br><br>2.)Yes for sure. The whole reason loops exist, is to a do a job easier and in a more efficient way. Therefore, when the tools are easier to use we can come up with way more amazing things using Java.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-30 12:15:30 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2461278228</guid>
      </item>
      <item>
         <title>Samuel Monreal (10-Arrupe)</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2461322749</link>
         <description><![CDATA[<div>1.) For me the for loop is the most confusing one, because you put everything in one bracket compared to the rest of the loops where it's separated and it is neater. I also find mixing the loops with other concepts, like switch case, scanner class, etc. confusing.<br>2.) Yes, I think loops make certain types of programs much easier, and there are a lot of programs that wouldn't be possible without loops.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-30 12:53:30 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2461322749</guid>
      </item>
      <item>
         <title>Zio Ylaya (10-Canisius)</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2461364902</link>
         <description><![CDATA[<div>1.) For me the most challenging loop to use in coding is for loop because its syntax is complicated compared to the others.<br>2.) Yes my java program will be more interactive and smarter by applying these loops. It also makes my program more efficient</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-30 13:26:02 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2461364902</guid>
      </item>
      <item>
         <title>Jynelle Napala (10 - Arrupe)</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2461468092</link>
         <description><![CDATA[<div>1. The "while loop," which is used when the number of repetitions is not fixed, is the loop that I personally find the most difficult to control.<br><br>2. My Java programs will, in my opinion, seem more interactive and be simpler if I use these loops.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-30 14:23:29 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2461468092</guid>
      </item>
      <item>
         <title>Koji Hangai (10-Arrupe)</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2461491114</link>
         <description><![CDATA[<div>1. The most confusing loop in my opinion is the For Loop. It just seems the least intuitive loop out of all the other loops we have discussed.<br>2. Yes, I think loops are an essential part of many programs. It makes programs way more effecient. Many kinds of programs would be way too convoluted without using Loops. &nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-30 14:34:01 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2461491114</guid>
      </item>
      <item>
         <title>Gyeongbin Jeon (10-Arrupe)</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2461611732</link>
         <description><![CDATA[<ol><li>The most challenging loop for me is the for loop. This is because in for loop, all the initialization, condition, and increment is in one line, and this is a little confusing.&nbsp;</li><li>I think my java program will be more interactive and smarter when I apply this loops because it makes the program easier to see and to code, and it will shorten the code and the time making it, since it will help me not repeat and repeat same codes.&nbsp;</li></ol><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-30 15:40:36 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2461611732</guid>
      </item>
      <item>
         <title>Yeewon Seo (10-Arrupe)</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2462189044</link>
         <description><![CDATA[<div>1. The most challenging Loop control was for loop. Because while other loops have to write according to its sequence, for loop is the one we put all together in for and execute our code.<br><br>2. Yes, since we are getting longer codes, it is easy for us to shorten the code and making the output as many as possible, it helps us to gain more professional details to execute the code.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-30 23:07:50 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2462189044</guid>
      </item>
      <item>
         <title>Leonardo Sawasato (10-Arrupe)</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2462189827</link>
         <description><![CDATA[<div>1. The most challenging part in my<br>opinion is the loop just because I’m still quite new to it and also the fact that I have to memorize codes and I have short term memory loss sorry miss but just the overall initialization of the code.<br>2. I think that loops are very important in Java it is essential in many different java scripts and may/could help many other java scrips.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-30 23:09:09 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2462189827</guid>
      </item>
      <item>
         <title>John Michael Y Manus (10-Arrupe)</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2462192879</link>
         <description><![CDATA[<div>1. What is the most challenging Loop control to use in coding?<br>&nbsp;2. Do you think your java program will be more interactive and smarter by applying these loops?<br><br>The most difficult for me was the for and the while ones because I kinda found it confusing than the other loops and maybe because those also have many lines<br><br>I think so since&nbsp;you could repeat something that takes time to create in just matter of seconds depending how fast you code. They are interactive than the manuals ones and I'm not sure if manuals(which is the no loop) can do loops without using loops and with such methods, not only shortens the time, it also make things easier in a smarter way.&nbsp;<br><br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-30 23:14:42 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2462192879</guid>
      </item>
      <item>
         <title>Floresque</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2462193391</link>
         <description><![CDATA[<div>1. For me the For-loop is in a way hard, because it has a different way to input the variables and command, but I do get it, just need to familiarize and get use to the kinds of loops.<br><br>2. My Java will be more interactive because the loops simplify the program, practice my creativity, and my codes will look cleaner as I practice these skills.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-30 23:15:33 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2462193391</guid>
      </item>
      <item>
         <title>Earth Sanchez</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2462200091</link>
         <description><![CDATA[<div>The hardest albeit still.not to challenging is the for loop as it has a slightly harder syntax to remmember.<br><br>Yes, as making my program have loops can make some cool and interactive moments in the code and the practical functions of loops make it a easy and fun addition to your code.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-30 23:27:23 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2462200091</guid>
      </item>
      <item>
         <title>Lexie Love Tablante (10-Arrupe)</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2462233293</link>
         <description><![CDATA[<div>1. For me the most confusing part is the “for loop”. This is used when the control statement is executed as a pre known. For the initialization, test condition, increment.<br><br></div><blockquote>2. Yes we learn how to input a repeating code instead of actually putting it in that number of times, saving us time and patience. We learn how to code faster and more time efficient.</blockquote>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-31 00:18:29 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2462233293</guid>
      </item>
      <item>
         <title>Kyoko Takayama (10-Arrupe)</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2462283364</link>
         <description><![CDATA[<div>1. The most challenging loop control to use in coding for me is the for-loop because this loop has a different structure compared to the other two.<br><br>2. Yes, I think applying these loops will make the java program more interactive and smarter. Using loops, we can easily make the program give different results according to the conditions set. It enables us to code more freely.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-31 01:19:07 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2462283364</guid>
      </item>
      <item>
         <title>Micaella Lee (10-Canisius)</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2462290689</link>
         <description><![CDATA[<div>1. For me the most challenging Loop Control to use in coding is the “Do-While Loop”. The Do While Loop is when it is executed after the body of a loop and it also called an exit-controlled Loop. I find it challenging because it checks the condition after the statements makes it more harder in my opinion.<br><br>2. I personally think that java program will be more interactive and smarter by applying loops because it gives more advantages and not much of a hassle when coding. It is a much easier process and an efficient one aswell.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-31 01:28:16 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2462290689</guid>
      </item>
      <item>
         <title>Saebyeol Cha (10-Arrupe)</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2462295237</link>
         <description><![CDATA[<ol><li>In my opinion, all the loops have a similar level of difficulty; however, the ‘for loop’ is the most confusing one so far because it is unlike the other loops since you combine everything in one bracket in ‘for loop’. But once I get used to it, I think it can be the easiest loop to use, since I don’t have to separate the codes and combine it in one bracket.</li></ol><div><br></div><ol><li>Yes, because the loops can execute a certain condition by creating a pattern/repetition of valuables for a certain amount of time, I believe&nbsp;that loops can make programming certain programs much easier since it can help me simplify the codes and make my codes look neat.</li></ol><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-31 01:32:26 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2462295237</guid>
      </item>
      <item>
         <title>Chezleigh Soco | 10 - Realino</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2462795574</link>
         <description><![CDATA[<div>1.) The most challenging loop for me to use in coding is the 'For loop', its syntax is different from the 'While loop' and 'Do While loop".&nbsp;<br><br>2.) By applying these loops along with Scanner class can indeed make our codes interactive and smarter.&nbsp;With different values and different conditions, it gives us the freedom to code what we want and create outputs we want to see as well. </div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-31 10:50:50 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2462795574</guid>
      </item>
      <item>
         <title>Danielle Geroso (10-Arrupe)</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2462937338</link>
         <description><![CDATA[<div>The most challenging loop for me was the for loop, since it differs from the other loops in terms of application<br><br>yes my java programming will improve as it will remove the need for me to repetitively print codes and be able to automate my codes more effectively.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-31 12:58:34 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2462937338</guid>
      </item>
      <item>
         <title>Maile Paz R. Salang (10-Ricci)</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2463154077</link>
         <description><![CDATA[<div>1. The most challenging Loop control in coding is "for loop." I believe this is the most challenging loop to utilize because first the syntax is different from the other loops meaning it cannot be written the same way. To expand, the for loop is a fixed control where there is a specific number, or rather integer, the output will print. With while and do-while loop you can let the the code run most of what you are asking for without needing a fixed integer. Along with that, the syntax of the while and do-while is similar, it is just the order that is different. This is not the case with the for loop of a fixed control.&nbsp;<br><br>2. Java programs inherently become more interactive and smarter when applying loops because it makes the code straightfoward. It groups the codes needed and repeats it for us, as seen in the output. It can also run a number of times while also giving us a mathematical end variable/result, such as a summation. It runs and repeats codes as many times we want or possible, and it does not take as much work as calculating then writing out each code.&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-31 15:10:33 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2463154077</guid>
      </item>
      <item>
         <title>Angel Sakura P. Fujisawa - 10 Arrupe</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2464194844</link>
         <description><![CDATA[<div>1.) The "for loop" is, in my opinion, the most difficult loop control to use in coding. Its syntax is unusual in that the declaration, condition, and variable are all contained within a single bracket. It is distinct from the other two loops, which are the do while and while loops.</div><div>2.) Yes, I trust that using these loops will make my Java program more appealing and smart. It not only improves our codes by arranging, organizing, and effectively using them, but it also enables us to repeat codes, fixed or not, to achieve a better result.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-02-01 07:55:02 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2464194844</guid>
      </item>
      <item>
         <title>Yma Trinity G. Liwag, 10-Arrupe</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2464591820</link>
         <description><![CDATA[<div>1. Compared to the other loop methods discussed, I found the "do-while" loop difficult to understand. In its syntax, the condition is checked only after the statement has been performed, unlike in the "for" and "while" loops.<br><br>2. Although I still have to familiarize and study more about loops in Java programming, I know that their purpose is to execute codes repeatedly while following conditions. So using loops instead of inputting the same syntax over and over again would be smarter and less time-consuming.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-02-01 13:50:29 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2464591820</guid>
      </item>
      <item>
         <title>Vivian Wu (10-Arrupe)</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2467053170</link>
         <description><![CDATA[<div>1. The "for loop" is the most perplexing part for me. Whereas the syntax of the do while and while loops is similar, the syntax of the for loop is different, making it a bit more difficult for me to understand, but once I did, it was easier for me to use.<br><br>2. Yes, I think applying these loops will make the java program more interactive and smarter. Loops are a fundamental concept in programming; they are used to execute code that is repeated if certain conditions are met. It makes things easier and more efficient for us because it shortens the code without compromising quality.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-02-03 03:20:05 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2467053170</guid>
      </item>
      <item>
         <title>Dylan Danaiah Cedeño, Gr. 10 - Loyola</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2467405001</link>
         <description><![CDATA[<div>1. The most challenging Loop control to use in coding is the For Loop. Its syntax is different from the other types of Loops and it can only be used if the number of repetitions is known. Moreover, its syntax could be very confusing.&nbsp;<br><br>2. Yes, my java program will be more interactive and smarter by applying these loops. As we all know, loops makes coding efficient and easy without having to repeat the code multiple times. It saves time and it makes the code look clean and short. &nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-02-03 10:51:44 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2467405001</guid>
      </item>
      <item>
         <title>Xianne Judd B. Amores (10-Arrupe)</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2468245055</link>
         <description><![CDATA[<div>1. For me, the most challenging loop to use in coding has to be the for loop because it has a different syntax from the other loops, making it harder to remember and utilize.<br><br>2. The different types of loops can definitely help my java program be more interactive with its different functions.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-02-04 02:50:04 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2468245055</guid>
      </item>
      <item>
         <title>Mariae Gotardo (10 Realino)</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2471885839</link>
         <description><![CDATA[<div>1.) the most difficult type of loop to handle is the for loop. This is because it is the most direct and short one that it is complicated. It only offers so little to be done then you have to change to another loop or scope. Do while and while loops are much more efficient as well as similar in syntax.<br>2.) Yes, loops make my codes smarter and more efficient.It makes the code much shorted and spots errors easier without destroying the whole code. Aside from that, It makes the code more interactive for the audience as you can incorporate things in scanner class and arraylist that makes it sort pf a “main menu” and data game.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-02-07 14:49:46 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2471885839</guid>
      </item>
      <item>
         <title>Shania Reigne Bayron, Gr.10 - Loyola</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472100027</link>
         <description><![CDATA[<div>1. The most challenging Loop control for me to use in coding is the for loop. When we started this topic, for loop was the one that I had quite a hard time understanding and it's because of how its statement is just in one line.&nbsp;<br>2. Yes, I think my java program will be more interactive and smarter when applying the different types of loops since it is now able to execute a set of instructions repeatedly without the programmer repeatedly typing the needed code for the needed output.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-02-07 16:47:00 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472100027</guid>
      </item>
      <item>
         <title>Dustin Blake Andrei Villamor, Gr.10 - Hurtado</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472732798</link>
         <description><![CDATA[<div>1. The most challenging loop control to use in coding for me is the do while loop. When I started learning it, I had a hard time understanding it because its statements have a lot of complex lines.<br>2. Yes, I think that applying these loops, can make my java program more interactive and smarter, for these loops make it easier to code. It also makes it shorter and less complex.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-02-08 02:23:30 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472732798</guid>
      </item>
      <item>
         <title>Dakila Reyes, Gr.10 - Hurtado</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472740946</link>
         <description><![CDATA[<div>1. The most challenging loop control is both the while loop and do while loop.<br>2. Yes, applying loop in my codes makes it more interesting and efficient.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-02-08 02:32:31 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472740946</guid>
      </item>
      <item>
         <title>Karylle Patricia Mappala 10-Hurtado</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472741125</link>
         <description><![CDATA[<div>1. The most challenging in for loop is that the syntax in for loop is different from the other loops.&nbsp;<br><br>2. Yes, there are a lot of benefits in using the loops. It will be able to execute the output and it also enables us to code easily. </div>]]></description>
         <enclosure url="" />
         <pubDate>2023-02-08 02:32:41 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472741125</guid>
      </item>
      <item>
         <title>Sui Jardin, 10 - Hurtado</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472744158</link>
         <description><![CDATA[<div>1. The most challenging loop for me is the for loop.<br>2. Applying loops in coding helps minimize the lines of code you have to do without them.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-02-08 02:36:17 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472744158</guid>
      </item>
      <item>
         <title>Giah Khate T. Ouano 10 - Hurtado</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472745550</link>
         <description><![CDATA[<div>1. The most challenging loop control in coding for me is the for loop.<br>2. Yes because adding these types of loops will make it look more cool and a lot more fun.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-02-08 02:37:49 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472745550</guid>
      </item>
      <item>
         <title>Marry Me M. Gimenez   (10 - Hurtado)</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472745582</link>
         <description><![CDATA[<div>1. The most challenging loop for me to use in coding is the for loop, it was confusing for me to understand foe to code it.<br><br>2. I think that my java program will not only be more interactive and fun with the help of loops but it will also be more easy to code and more organized.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-02-08 02:37:51 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472745582</guid>
      </item>
      <item>
         <title>thyra chiong sy, 10 hurtado</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472747852</link>
         <description><![CDATA[<div>1. For me, for loop is the most challenging loop control to use in coding.<br><br>2. Yes. The code would be smarter and more interactive when using loops.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-02-08 02:40:10 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472747852</guid>
      </item>
      <item>
         <title>Xiomarah Ysabelle M. Dosdos, Gr. 10 - Hurtado</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472747894</link>
         <description><![CDATA[<div>1.<strong><em> What is the most challenging loop control to use in coding?</em></strong><br>&nbsp; &nbsp; - I believe the most challenging loop control to use in coding is for loop. Though it's shorter and direct, it's quite difficult to memorize.<br><br>2. <strong><em>Do you think your java program will be more interactive and smarter by applying these loops?</em></strong><br>&nbsp; &nbsp;- Based on previous activities and tasks,&nbsp;the loops provide a much more interactive output.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-02-08 02:40:12 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472747894</guid>
      </item>
      <item>
         <title>Jamie Fae Y. Tan, Gr. 10-Hurtado</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472748932</link>
         <description><![CDATA[<div><strong><em>1. What is the most challenging loop control to use in coding? <br></em></strong>- I honestly think the for loop and the do while loop are quite challenging. The while loop is simple.<br><br><strong><em>2. Do you think your java program will be more interactive and smarter by applying these loops?</em></strong>&nbsp;<br>- As from what I've learned, while loops are used to avoid repetition of your code. So yes, using these loops will make the code smarter and more interactive without having to add a lot in your code.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-02-08 02:41:22 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472748932</guid>
      </item>
      <item>
         <title>VINCE NOEL G SENO 10 Hurtado</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472750237</link>
         <description><![CDATA[<div>The most challenging loop control to use in coding is the <em>do-while loop</em> because it is difficult to tell when the do-while loop will stop. It will keep looping until the condition is no longer true.&nbsp; &nbsp;&nbsp;<br><br></div><div>Yes, I do believe that using any loop control will make a program more interactive and smarter.&nbsp; Loops are a great way to automate actions that you do every day, and they&nbsp; are also a great way to create fun games and activities. &nbsp;<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-02-08 02:42:43 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472750237</guid>
      </item>
      <item>
         <title>Marden Brixham P. Pitogo, Gr. 10 - Ricci</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472923962</link>
         <description><![CDATA[<div>1. What is the most challenging Loop control to use in coding?<br>- The most challenging loop control to use for me is do while.<br>2. Do you think your java program will be more interactive and smarter by applying these loops?<br>- Yes, because it opens so much potential, and it can make coding easier once you learn it.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-02-08 06:05:46 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472923962</guid>
      </item>
      <item>
         <title>Jodi Marie Y. Banzon Gr. 10-Ricci</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472925196</link>
         <description><![CDATA[<div>1. The most challenging part of Loop control in coding is to not have the same printed sentence repeat over and over again.&nbsp;<br>2. Loop control can help a lot because it makes your code organized and prevents from repeating your code. It helps us to understand the code efficiently. </div>]]></description>
         <enclosure url="" />
         <pubDate>2023-02-08 06:07:31 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472925196</guid>
      </item>
      <item>
         <title>Young Mi Park, Gr. 10 - Ricci</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472926883</link>
         <description><![CDATA[<div>1. What is the most challenging Loop control to use in coding?&nbsp;<br>For me the most challenging loop control to use in coding is the do while loop. I don't get it right when there are times the number of loops is different from my input.<br><br>2. Do you think your java program will be more interactive and smarter by applying these loops?<br>Yes, I think that my java program will be more interactive and smarter by applying these loops as I don't need to keep repeating the number of times it has to show. Through loops our code is done more easily and efficiently.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-02-08 06:09:45 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472926883</guid>
      </item>
      <item>
         <title>Trisha Nicole N. Chu, 10 - Ricci</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472926936</link>
         <description><![CDATA[<div><em>1. I think the most challenging loop control to use in coding is the for loop. Do-while and while loop are surprisingly simple, whereas do-while puts the initialization, condition, and increment all in one place.<br>2.&nbsp;Yes. I think that the loops can help organize your program and make things easier for the coder. It can also help others understand the code better compared to repeating the same codes 5 or 6 times.</em></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-02-08 06:09:50 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472926936</guid>
      </item>
      <item>
         <title>Zed Quicoy 10 Ricci</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472927199</link>
         <description><![CDATA[<div>1. For me, the hardest loop is the do while because the statement goes before the loop. Its a bit tricky to get which is why I dont usually use it. 2. I think that if i apply them correctly it will become better.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-02-08 06:10:05 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472927199</guid>
      </item>
      <item>
         <title>Matthew Lu Gr-10 Ricci</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472927296</link>
         <description><![CDATA[<div>1. For me the most difficult loop to use is For loop<br>2.  Yes, because it will make it easier and can save us a lot of time because it will repeat the code and it will be more organized. </div>]]></description>
         <enclosure url="" />
         <pubDate>2023-02-08 06:10:13 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472927296</guid>
      </item>
      <item>
         <title>Aimer Josef Ignatius M. Galvan 10-Ricci</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472928488</link>
         <description><![CDATA[<div>1. Of all the different loop like while, do while, and for, for me the most challenging loop control is the for loop, since I can never remember if its initialization; condtion; or increment.<br><br>2. Of course, loops allow your program to never end and can help make the program more dynamic than just doing it once and having to restart every time.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-02-08 06:11:37 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472928488</guid>
      </item>
      <item>
         <title>Leenox Dikembe D. Aguinid, 10 - Ricci</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472928653</link>
         <description><![CDATA[<div>1. What is the most challenging Loop control to use in coding?&nbsp;<br>Personally, The do-while loop is a challenging loop to use.<br><br>2. Do you think your java program will be more interactive and smarter by applying these loops?<br>Yes, with the loops repeating and repeating until true, and with the help of menu driven program we can make it more interactive.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-02-08 06:11:50 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472928653</guid>
      </item>
      <item>
         <title>Shanelle Chloe Po Gr. 10 Ricci</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472928881</link>
         <description><![CDATA[<div>1. What is the most challenging Loop control to use in coding? &nbsp;<br>The most challenging loop to control to use in coding is the for loop.<br><br>2. Do you think your java program will be more interactive and smarter by applying these loops?<br>Yes I think that as I apply these loops, my java program will be more interactive and smarter. I can say that for I wont have to repeat the same codes over and over again but I would just have to type it once which would also allow me and others to understand the loop easier and faster.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-02-08 06:12:06 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472928881</guid>
      </item>
      <item>
         <title>Celestino Martinez 10 Ricci</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472928930</link>
         <description><![CDATA[<div>1.The most challenging loop control to while loop since it could be very unpredictable unless you have a specific entry<br><br>2.Yes, I do think think my code will be more interactive and smarter by applying these loops since it makes coding  easier and it minimizes the amount of coding you need to do.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-02-08 06:12:11 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472928930</guid>
      </item>
      <item>
         <title>Caroline S. Ang Gobonseng Gr 10~ RICCI</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472930528</link>
         <description><![CDATA[<div>1. for me at least the most difficult loop is control because we don't want the code to keep repeat while keeping the same output throughout the code<br><br>2. yes since it shortens the code making it easier to use. By applying loops we can make the code more smarter.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-02-08 06:14:15 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472930528</guid>
      </item>
      <item>
         <title>Christian Mercado, 10-Ricci</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472931241</link>
         <description><![CDATA[<div>1. What is the most challenging code loop control to use in coding?<br>-The most difficult type of loop to use is for loop. Its because it is short and complicated.<br><br>2.Do you think your java program will be more interactive and smarter by applying these loops.<br>-Yes because it makes the code easier to read and shorter so your code wont be such a eye sore and easy to understand</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-02-08 06:15:03 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472931241</guid>
      </item>
      <item>
         <title>Giahnna Grace Jaime (10 - Ricci)</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472933069</link>
         <description><![CDATA[<div>1. What is the most challenging Loop control to use in coding?&nbsp;<br>The For loop is most challenging to me.&nbsp;For one, its syntax is different than the others and it is hard to work around if you're not familiar with the terms.<br><br>2. Do you think your java program will be more interactive and smarter by applying these loops?<br>I think loops do make the program more interactable and smart at that. Loops give you a choice and make the program last longer since we are the ones that have the choice to end it or keep going. It would give the program more activity than what a program without loops would do.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-02-08 06:17:09 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2472933069</guid>
      </item>
      <item>
         <title>Richie Marie Ng 10-Ricci</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2473079008</link>
         <description><![CDATA[<div>1. What is the most challenging Loop control to use in coding?&nbsp;<br>For me the for loop is the most challenging loop to use in coding.<br><br>2. Do you think your java program will be more interactive and smarter by applying these loops?<br>Yes as it opens the door to different kinds of coding it will for sure make my java program or the way I code more interactive and smarter.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-02-08 08:49:36 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2473079008</guid>
      </item>
      <item>
         <title>Ysabela, 10-Faber</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2475759939</link>
         <description><![CDATA[<div>1. The most challenging loop control for me is the for loop.<br><br>2. Yes, because of these loops I can code easier and it makes it shorter and less complex.&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-02-10 00:02:57 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2475759939</guid>
      </item>
      <item>
         <title>Hannah Arribas (10 - Loyola)</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2488289183</link>
         <description><![CDATA[<div>1. The most difficult loop to use for me is the do-while loop because it executes the command before checking the conditions.<br><br>2. Yes, utilizing loops makes programs shorter and easier. It makes it so you don't have to keep repeating the same lines of code over and over again, it also makes the program look a lot more neat and organized.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-02-20 09:41:38 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2488289183</guid>
      </item>
      <item>
         <title>Jose Leyson 10 - Gonzaga</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2490734997</link>
         <description><![CDATA[<div>The most challenging control loop for me is do - while loop because there I have to consider them to make it true and the code has to check conditions.<br><br>I believe this will help us in coding this 3rd term in making a program for the school. This will improve our code that it will make it better and in order.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-02-22 06:58:16 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2490734997</guid>
      </item>
      <item>
         <title>Ryan Patrick J. Cejudo 10 - Gonzaga</title>
         <author></author>
         <link>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2490739986</link>
         <description><![CDATA[<div>The most challenging loop control structure in coding can vary depending on the programming language and the specific problem being solved. However, some loop control structures can be more difficult to use than others. One loop control structure that can be challenging for me is the do-while loop. The do-while loop is similar to the while loop, but the condition is checked at the end of the loop instead of the beginning. This means that the loop will always execute at least once, regardless of whether the condition is initially true or false.<br><br><br>This will help me in 3rd term and other things. This can improve my code to make it more simple.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-02-22 07:05:01 UTC</pubDate>
         <guid>https://padlet.com/wonderfulperformanceunited/5qz85g9slp8xfqyp/wish/2490739986</guid>
      </item>
   </channel>
</rss>
