First java program. So cute.

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.

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

Here is one of my very first programs. Ahh… so cute.

public class Question47
{
   public static void main (String []args)
   {
      System.out.println (”*   *”);
      System.out.println (” * *”);
      System.out.println (”  * “);
      System.out.println (” * *”);
      System.out.println (”*   *”);
   }
}

Share/Save/Bookmark

4 Comments

Write a Comment»
  1. Red Cyber Cat
    Posted March 1, 2008 at 8:06 pm | Permalink
    1

    Hey
    Seems like we could run into each other in the CS school. Your java book suspiciously looks like mine:P If you need any help with java feel free to ask:) I am a business student also, who decided to take few CS classes, so I know what are you going through.
    Feel free to email me.

  2. Posted February 21, 2008 at 4:53 pm | Permalink
    2

    Rach.
    Love the profile picture.
    Have a great day.
    Just thinking about you today!

  3. Posted February 21, 2008 at 7:19 am | Permalink
    3

    Great blog! I haven’t tried Java yet, I am still stuck in Visual Basic for programming right now. But looking at taking some cobol classes for work. What does Java compare to?

  4. Gunner
    Posted February 13, 2008 at 2:02 pm | Permalink
    4

    You’re a nerd.

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*