<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>My journal by Mujahed Sartawi</title>
      <link>https://padlet.com/mujahedibrahim/z7t482ywmrt15xfr</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2024-04-29 15:11:43 UTC</pubDate>
      <lastBuildDate>2024-04-29 17:04:17 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet.net/icons/png/1f4d3.png</url>
      </image>
      <item>
         <title>baker tarawneh</title>
         <author></author>
         <link>https://padlet.com/mujahedibrahim/z7t482ywmrt15xfr/wish/2973909075</link>
         <description><![CDATA[<p> I submitted</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-04-29 15:16:43 UTC</pubDate>
         <guid>https://padlet.com/mujahedibrahim/z7t482ywmrt15xfr/wish/2973909075</guid>
      </item>
      <item>
         <title>Abdullah Issa</title>
         <author>abdullah75007</author>
         <link>https://padlet.com/mujahedibrahim/z7t482ywmrt15xfr/wish/2973909251</link>
         <description><![CDATA[<p>Submitted!</p><p>WR2: The body of the iteration statement will keep running until the user inputs 3 into the choices which causes the iteration statement to terminate.</p><p><br/></p><p>To cause an error that would cause an infinite loop is to remove the break statement that runs after the user inputs 3 into the menu choices. This will cause the goodbye message to print WITHOUT the break statement that will exit the iteration statement, causing an infinite loop to occur that causes the body of the iteration statement to run infinite amount of times.</p><p><br/></p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2024-04-29 15:16:52 UTC</pubDate>
         <guid>https://padlet.com/mujahedibrahim/z7t482ywmrt15xfr/wish/2973909251</guid>
      </item>
      <item>
         <title>Yazan Alkhalil </title>
         <author>yazanalkhalil06</author>
         <link>https://padlet.com/mujahedibrahim/z7t482ywmrt15xfr/wish/2973909308</link>
         <description><![CDATA[<p>Basic Geometry Shapes Practice</p><p><mark>Not submitted</mark></p><p><br/></p><p>WR1: </p><p>An expected user is a middle school student that wants to practice his shapes for a geometry exam.</p><p><br/></p><p>He can practice his knowledge of the basic shapes that are Rectangle, Circle, and Triangle. Upon choosing the shape he wants, the program will ask him 10 questions about the area and perimeter of the shape he picked with randomized numbers that are tailored for the multiplication knowledge of the average middle schooler. After completing the quiz, the program will give him his percentage of questions solved correctly so that the student can track his progress.</p><p><br/></p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2024-04-29 15:16:53 UTC</pubDate>
         <guid>https://padlet.com/mujahedibrahim/z7t482ywmrt15xfr/wish/2973909308</guid>
      </item>
      <item>
         <title>Ramez Sumadi</title>
         <author></author>
         <link>https://padlet.com/mujahedibrahim/z7t482ywmrt15xfr/wish/2973909334</link>
         <description><![CDATA[<p>I submitted</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-04-29 15:16:55 UTC</pubDate>
         <guid>https://padlet.com/mujahedibrahim/z7t482ywmrt15xfr/wish/2973909334</guid>
      </item>
      <item>
         <title>Zaid Yaseen</title>
         <author></author>
         <link>https://padlet.com/mujahedibrahim/z7t482ywmrt15xfr/wish/2973909437</link>
         <description><![CDATA[<p>The program iterates 8 times through the input list. An infinite loop would occur if the variable 'i' isn't incremented. For instance, if we set 'i' to 1 and didn't change it, an infinite loop would happen because the program uses a while loop. If 'i' remains unchanged, the loop will continue endlessly.</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-04-29 15:16:59 UTC</pubDate>
         <guid>https://padlet.com/mujahedibrahim/z7t482ywmrt15xfr/wish/2973909437</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/mujahedibrahim/z7t482ywmrt15xfr/wish/2973909718</link>
         <description><![CDATA[<p>Maryam </p>]]></description>
         <enclosure url="" />
         <pubDate>2024-04-29 15:17:09 UTC</pubDate>
         <guid>https://padlet.com/mujahedibrahim/z7t482ywmrt15xfr/wish/2973909718</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/mujahedibrahim/z7t482ywmrt15xfr/wish/2973909728</link>
         <description><![CDATA[<p>mohammad al kurdi</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-04-29 15:17:09 UTC</pubDate>
         <guid>https://padlet.com/mujahedibrahim/z7t482ywmrt15xfr/wish/2973909728</guid>
      </item>
      <item>
         <title>Mahdi Abu Awad (Will Be Submitted After Class)</title>
         <author>MahdiAbuAwad</author>
         <link>https://padlet.com/mujahedibrahim/z7t482ywmrt15xfr/wish/2973909827</link>
         <description><![CDATA[<p> </p>]]></description>
         <enclosure url="" />
         <pubDate>2024-04-29 15:17:14 UTC</pubDate>
         <guid>https://padlet.com/mujahedibrahim/z7t482ywmrt15xfr/wish/2973909827</guid>
      </item>
      <item>
         <title>Omar Bata (submitted)</title>
         <author></author>
         <link>https://padlet.com/mujahedibrahim/z7t482ywmrt15xfr/wish/2973909860</link>
         <description><![CDATA[<p>the iteration in the code is while I&lt;2 and this condition will keep executing until I is equal to 2 or greater than 2</p><p><br/></p><p>a condition that would cause the code to enter an infinite loop is by changing the condition in the while loop I&lt;2 to I&gt;2 and this condition will not execute because I=1 and by changing the condition, this means that the condition will be false and will not execute.</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-04-29 15:17:16 UTC</pubDate>
         <guid>https://padlet.com/mujahedibrahim/z7t482ywmrt15xfr/wish/2973909860</guid>
      </item>
      <item>
         <title>s3eidat</title>
         <author>s3eidat</author>
         <link>https://padlet.com/mujahedibrahim/z7t482ywmrt15xfr/wish/2973921026</link>
         <description><![CDATA[<p>submitted</p><p><br></p>]]></description>
         <enclosure url="" />
         <pubDate>2024-04-29 15:25:58 UTC</pubDate>
         <guid>https://padlet.com/mujahedibrahim/z7t482ywmrt15xfr/wish/2973921026</guid>
      </item>
      <item>
         <title>Ramez Sumadi</title>
         <author>ramezsumadi</author>
         <link>https://padlet.com/mujahedibrahim/z7t482ywmrt15xfr/wish/2973948217</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2024-04-29 15:45:52 UTC</pubDate>
         <guid>https://padlet.com/mujahedibrahim/z7t482ywmrt15xfr/wish/2973948217</guid>
      </item>
      <item>
         <title>taleen krishan</title>
         <author></author>
         <link>https://padlet.com/mujahedibrahim/z7t482ywmrt15xfr/wish/2974020797</link>
         <description><![CDATA[<p>The number of times the body of iteration statement that is a for loop will execute depends on the num_of_burgers or num_of_pizzas or num_of_steaks the customer inputs. An infinite loop can occur when a (While True:) loop is added between lines 40 and 41 after line 40 we add a while true loop and inside it we add the rest of the lines from 41 to 52. This will cause the question asking for how many burgers or steaks or pizzas depending on the customers first option to continuously be displayed, creating an infinite loop.</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-04-29 16:44:21 UTC</pubDate>
         <guid>https://padlet.com/mujahedibrahim/z7t482ywmrt15xfr/wish/2974020797</guid>
      </item>
      <item>
         <title>mhmd reyad</title>
         <author>mandqgt</author>
         <link>https://padlet.com/mujahedibrahim/z7t482ywmrt15xfr/wish/2974020840</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2024-04-29 16:44:23 UTC</pubDate>
         <guid>https://padlet.com/mujahedibrahim/z7t482ywmrt15xfr/wish/2974020840</guid>
      </item>
      <item>
         <title>⭐⭐Mohd Ghuzlan⭐⭐</title>
         <author>mohdkghuzlan4106</author>
         <link>https://padlet.com/mujahedibrahim/z7t482ywmrt15xfr/wish/2974021786</link>
         <description><![CDATA[<p>Q1)The program iteration time can be decided by its user who is the teacher, the code askes for the num of students and num of subjects so the number of loops is the num of students times the number of subjects.                                </p><p>Q2) To make an infinite loop in program we need to change the for loop used to fill students name and then their marks into a while loop while will ask you for the num of students and don't use the number of students but will ask you to fill info to an infinite number of students </p>]]></description>
         <enclosure url="" />
         <pubDate>2024-04-29 16:45:06 UTC</pubDate>
         <guid>https://padlet.com/mujahedibrahim/z7t482ywmrt15xfr/wish/2974021786</guid>
      </item>
      <item>
         <title>Rashed Almigdadi</title>
         <author>rashedalmigdadi626563</author>
         <link>https://padlet.com/mujahedibrahim/z7t482ywmrt15xfr/wish/2974029636</link>
         <description><![CDATA[<p>Q2)</p><ul><li><p>In my ask_question procedure, the count variable is present in the for loop and the count variable is initiated at 4 which is the number of choices that the MCQ shows printing out the options ( a) , b) , c) , d) ) and the answers for each choice. So the number of times the for loop is going to be executed is 4 times.</p></li><li><p>To create an infinite Loop in my procedure, we need to introduce A while True loop under the global user_score and intend all the under code from line 53 to line 67 under the while True, and also we must delete return user_score, so no score can show up, and the exam keeps on repeating for an infinite amount of time </p></li></ul>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2453538793/6eb602c3c2f9b15ce8f2197baf7d9a1b/Capture.JPG" />
         <pubDate>2024-04-29 16:51:48 UTC</pubDate>
         <guid>https://padlet.com/mujahedibrahim/z7t482ywmrt15xfr/wish/2974029636</guid>
      </item>
      <item>
         <title>The loop iterates through the list of breakfasts and prints out the elements of the list. One way we can turn this into an infinite loop is adding a while loop. While true (indenting “print(item)” ) print out the elements of the list. This will infinitely print out all the elements causing an infinite loop.</title>
         <author></author>
         <link>https://padlet.com/mujahedibrahim/z7t482ywmrt15xfr/wish/2974038394</link>
         <description><![CDATA[<p>Sama </p>]]></description>
         <enclosure url="" />
         <pubDate>2024-04-29 16:58:44 UTC</pubDate>
         <guid>https://padlet.com/mujahedibrahim/z7t482ywmrt15xfr/wish/2974038394</guid>
      </item>
      <item>
         <title>Yazan Alkhalil:                                                     Basic Geometry Shapes Practice                     WR#2                        </title>
         <author>yazanalkhalil06</author>
         <link>https://padlet.com/mujahedibrahim/z7t482ywmrt15xfr/wish/2974040368</link>
         <description><![CDATA[<p>This section will be looped 5 times.</p><p><br/></p><p>if the break statement is removed, the question about the area will be asked endlessly.</p><p><br/></p><p>(by the way ostaz, some lines are very long and cant be included with one screenshot, also I cant even fit ONE entire function with the screenshot 😭)</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2018938149/935d8ab5fc60180f0cbadc354bd42919/image.png" />
         <pubDate>2024-04-29 17:00:25 UTC</pubDate>
         <guid>https://padlet.com/mujahedibrahim/z7t482ywmrt15xfr/wish/2974040368</guid>
      </item>
   </channel>
</rss>
