<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Java Parameters :: CC 210 Textbook</title>
    <link>https://textbooks.cs.ksu.edu/cc210/06-methods/09-java/02-parameters/video/index.html</link>
    <description>Resources Slides Video Script What if we need to provide some input data to our functions? In that case, we can add one or more parameters to the function declaration. Let’s look at an example.&#xA;In this code, we’ve added a variable declaration inside of the parentheses of our function declaration. In Java, we need to include both a type and a variable identifier.</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/02-parameters/video/index.xml" rel="self" type="application/rss+xml" />
  </channel>
</rss>