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


Add New Comment
Viewing 4 Comments
Thanks. Your comment is awaiting approval by a moderator.
Do you already have an account? Log in and claim this comment.
Do you already have an account? Log in and claim this comment.
Do you already have an account? Log in and claim this comment.
Do you already have an account? Log in and claim this comment.
Do you already have an account? Log in and claim this comment.
Add New Comment