<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Loop Control :: CC 210 Textbook</title>
    <link>https://textbooks.cs.ksu.edu/cc210/05-loops/05-loop-control/video/index.html</link>
    <description>Resources Slides Video Script Most programming languages also include specific keywords to help control how loops function from inside. Let’s take a look at the two common keywords, break and continue, and see how they work.&#xA;First, let’s examine this flowchart, which uses the break keyword. This program should find the smallest positive integer that is not a factor of the input from the user.</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 27 Jun 2024 15:52:41 -0500</lastBuildDate>
    <atom:link href="https://textbooks.cs.ksu.edu/cc210/05-loops/05-loop-control/video/index.xml" rel="self" type="application/rss+xml" />
  </channel>
</rss>