<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>While Loop :: CC 210 Textbook</title>
    <link>https://textbooks.cs.ksu.edu/cc210/05-loops/03-while-loops/video/index.html</link>
    <description>Resources Slides Video Script The simplest form of repeated code in a computer program is the while loop. In essence, the computer will repeat the code inside of the loop while a Boolean expression evaluates to True. This flowchart shows a simple program written with a while loop. It accepts an integer as input, and will print out all of the integers starting at 1 through that value. Let’s see if we can step through this code and understand how it works.</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/03-while-loops/video/index.xml" rel="self" type="application/rss+xml" />
  </channel>
</rss>