<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://rockhopper.monmouth.edu/cs/jchung/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://rockhopper.monmouth.edu/cs/jchung/feed.php">
        <title>Joe Chung&lt;br&gt;Monmouth U. Homepage - cs_176</title>
        <description></description>
        <link>http://rockhopper.monmouth.edu/cs/jchung/</link>
        <image rdf:resource="http://rockhopper.monmouth.edu/cs/jchung/_media/wiki/logo.png" />
       <dc:date>2026-06-03T19:11:21+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://rockhopper.monmouth.edu/cs/jchung/cs_176/501b_assignments?rev=1425653747"/>
                <rdf:li rdf:resource="http://rockhopper.monmouth.edu/cs/jchung/cs_176/fraction_add_instance_method?rev=1425653902"/>
                <rdf:li rdf:resource="http://rockhopper.monmouth.edu/cs/jchung/cs_176/magic_eight_ball_answers_in_string_array?rev=1401389279"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://rockhopper.monmouth.edu/cs/jchung/_media/wiki/logo.png">
        <title>Joe Chung<br>Monmouth U. Homepage</title>
        <link>http://rockhopper.monmouth.edu/cs/jchung/</link>
        <url>http://rockhopper.monmouth.edu/cs/jchung/_media/wiki/logo.png</url>
    </image>
    <item rdf:about="http://rockhopper.monmouth.edu/cs/jchung/cs_176/501b_assignments?rev=1425653747">
        <dc:format>text/html</dc:format>
        <dc:date>2015-03-06T14:55:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>List of CS-176/501b Assignments</title>
        <link>http://rockhopper.monmouth.edu/cs/jchung/cs_176/501b_assignments?rev=1425653747</link>
        <description>----------

Back to CS-176/501B Home

----------

List of CS-176/501b Assignments

----------

Note: Unless otherwise instructed, use BlueJ to complete the assignments. Save all work under your cs176 or cs501b folder in your school UNIX account.

	*  Information on remotely accessing your school UNIX account is given under the</description>
    </item>
    <item rdf:about="http://rockhopper.monmouth.edu/cs/jchung/cs_176/fraction_add_instance_method?rev=1425653902">
        <dc:format>text/html</dc:format>
        <dc:date>2015-03-06T14:58:22+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Fraction class instance add method</title>
        <link>http://rockhopper.monmouth.edu/cs/jchung/cs_176/fraction_add_instance_method?rev=1425653902</link>
        <description>Fraction class instance add method

	*  Use the original Fraction class example as a starting point.
		*  In the original Fraction class example, the addFraction and subtractFraction methods were static methods in TestFraction.
		*  In the Fraction2 BlueJ project, make the</description>
    </item>
    <item rdf:about="http://rockhopper.monmouth.edu/cs/jchung/cs_176/magic_eight_ball_answers_in_string_array?rev=1401389279">
        <dc:format>text/html</dc:format>
        <dc:date>2014-05-29T18:47:59+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Magic 8-Ball Answers as String Array</title>
        <link>http://rockhopper.monmouth.edu/cs/jchung/cs_176/magic_eight_ball_answers_in_string_array?rev=1401389279</link>
        <description>Magic 8-Ball Answers as String Array

----------


      answers = new String[20]; // answers will contain 20 Strings
      answers[0] = &quot;It is certain&quot;;
      answers[1] = &quot;It is decidedly so&quot;;
      answers[2] = &quot;Without a doubt&quot;;
      answers[3] = &quot;Yes definitely&quot;;
      answers[4] = &quot;You may rely on it&quot;;
      answers[5] = &quot;As I see it yes&quot;;
      answers[6] = &quot;Most likely&quot;;
      answers[7] = &quot;Outlook good&quot;;
      answers[8] = &quot;Yes&quot;;
      answers[9] = &quot;Signs point to yes&quot;;
      answers[1…</description>
    </item>
</rdf:RDF>
