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 (”* *”);
}
}


4 Comments
Write a Comment»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.
Rach.
Love the profile picture.
Have a great day.
Just thinking about you today!
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?
You’re a nerd.