<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Java Example :: CC 210 Textbook</title>
    <link>https://textbooks.cs.ksu.edu/cc210/05-loops/07-java/08-example/video/index.html</link>
    <description>Resources Slides Video Script Let’s walk through a full example to show how we can build a program using loops that fulfils a specific need.&#xA;Here’s our problem statement. Basically, we’d like to allow our user to input a series of integers, and we’ll calculate the sum and average of all of the positive integers entered until the user inputs 0. If the user inputs a negative number, we’ll print an error.</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 13 Jul 2023 14:28:56 -0500</lastBuildDate>
    <atom:link href="https://textbooks.cs.ksu.edu/cc210/05-loops/07-java/08-example/video/index.xml" rel="self" type="application/rss+xml" />
  </channel>
</rss>