<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Wasatch Girl &#187; java</title>
	<atom:link href="http://www.wasatchgirl.com/category/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wasatchgirl.com</link>
	<description></description>
	<lastBuildDate>Sun, 04 Oct 2009 21:18:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>First java program.  So cute.</title>
		<link>http://www.wasatchgirl.com/2008/02/12/first-java-program-so-cute/</link>
		<comments>http://www.wasatchgirl.com/2008/02/12/first-java-program-so-cute/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 06:19:33 +0000</pubDate>
		<dc:creator>WasatchGirl</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[school]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.wasatchgirl.com/2008/02/12/first-java-program-so-cute/</guid>
		<description><![CDATA[I am currently taking some introductory computer science classes on the side of work in hopes of understanding more of the technical jargon and background when looking at start-ups. My classes include Intro to Unix, Intro to Computer Science and Computer Science I (java programming). I am thoroughly enjoying everything I am learning, though it [...]]]></description>
			<content:encoded><![CDATA[<p>I am currently taking some introductory computer science classes on the side of work in hopes of understanding more of the technical jargon and background when looking at start-ups.  My classes include Intro to Unix, Intro to Computer Science and Computer Science I (java programming).  I am thoroughly enjoying everything I am learning, though it has created a packed schedule with little spare time.  The computer science classes are definitely more rigorous than the majority of my business classes.</p>
<p>I thought that for fun I would post one of my beginning java programs and then post one of my last ones at the end of the semester to see if I actually was able to pick anything up.  =D</p>
<p>Here is one of my very first programs.  Ahh&#8230; so cute.</p>
<pre>
public class Question47
{
   public static void main (String []args)
   {
      System.out.println ("*   *");
      System.out.println (" * *");
      System.out.println ("  * ");
      System.out.println (" * *");
      System.out.println ("*   *");
   }
}</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.wasatchgirl.com/2008/02/12/first-java-program-so-cute/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

