newbie can't get first project compiled :)
From: jefry.52 (jefry.52_at_comcast.net)
Date: 07/30/04
- Next message: Patrick: "Re: newbie can't get first project compiled :)"
- Previous message: Grant Wagner: "Re: my first shot at interactivity.."
- Next in thread: Patrick: "Re: newbie can't get first project compiled :)"
- Reply: Patrick: "Re: newbie can't get first project compiled :)"
- Reply: Roedy Green: "Re: newbie can't get first project compiled :)"
- Reply: Patrick: "Re: newbie can't get first project compiled :)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 30 Jul 2004 10:57:28 -0700
OK, i'm trying to teach myself Java with Roger Cadenhead's 'Teach
yourself java in 24 hours- thats 24 1-hour sessions, for me , not
overnight. I can't seem to find the error. Here's the program, HELP-
class BigDebt {
public static void main(String[] arguments) {
int debt = 446000000;
debt = debt / 1440;
System.out.println(" minute's worth of debt is $" + debt);
}
}
What did i do? I can't find a syntax error.
determined, but disappointed,
tuxtyro@yahoo.com
- Next message: Patrick: "Re: newbie can't get first project compiled :)"
- Previous message: Grant Wagner: "Re: my first shot at interactivity.."
- Next in thread: Patrick: "Re: newbie can't get first project compiled :)"
- Reply: Patrick: "Re: newbie can't get first project compiled :)"
- Reply: Roedy Green: "Re: newbie can't get first project compiled :)"
- Reply: Patrick: "Re: newbie can't get first project compiled :)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|