[ajug-members] whoo hoo my first Java

Brandy Fortune brandy at mediadiva.net
Sun Mar 6 00:21:16 EST 2005


made it up, and actually understand what it says lol.. go ahead make fun of me hehe :) I'm a nerdy girl who is far to proud lol.


public class MyTest 
{
 public static void main(String[] args) 
 {
  int x = 1;
  x = x * 7;
  System.out.print("It looks like ");
  
  if (x < 100) 
  {System.out.println("I don't love Jesse very much");}
  else 
  {System.out.println("I love jesse so much it hurts!");}
 
 }
}


it's funny because i have tried to learn javascript and I have had experience using action script and it made some sence, but the code never as much as it is now.. I guess it just took time before my brain was ready to really learn it. My one complaint about the Head First book is that i can't seem to find in the first examples anything about installing Java, or which tools to use or how to open files and save files and so on. Very weird. It says you "dive right in" but I was left on my own to figure all that. I think people who have been doing this for years forget the essentials that a complete newb would be concerned about.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.ajug.org/pipermail/ajug-members/attachments/20050306/0006285a/attachment.html 


More information about the ajug-members mailing list