<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Java Return :: CC 210 Textbook</title>
    <link>https://textbooks.cs.ksu.edu/cc210/06-methods/09-java/04-return/video/index.html</link>
    <description>Resources Slides Video Script We can also give our functions the ability to return a value, such as the result of a calculation, back to the code where it was called from. By doing so, a function call can actually produce a value that can be stored in a variable and used elsewhere.</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 02 Jan 2023 12:41:32 -0600</lastBuildDate>
    <atom:link href="https://textbooks.cs.ksu.edu/cc210/06-methods/09-java/04-return/video/index.xml" rel="self" type="application/rss+xml" />
  </channel>
</rss>