Results 1 to 2 of 2
- 02-25-2012, 03:06 AM #1
Member
- Join Date
- Feb 2012
- Posts
- 1
- Rep Power
- 0
Ima noob who needs a little assistance
class BigDebt {
public static void main (String[] arguments) {
int debt = 59000000;
debt = debt / 1440;
System.out.printIn("A minutes time worth of debt is$" + debt);
}
}
thats my code, and for some reason it wont compile using JAVAC
it gets a error like ^ pointing at the period between out and printIn. im new, just started, this is in a book i bought, and i cant even use that. any assistance?
the error says BigDebt.java:5: cannot find symbol
symbol : method printIn(java.lang.String)
location :class java.io.PrintStream
System.out.printIn("a minutes time worth of dept is$" + debt);
1 error
- 02-25-2012, 03:09 AM #2
Similar Threads
-
In need of assistance!
By Arete in forum New To JavaReplies: 4Last Post: 01-26-2012, 01:40 AM -
Assistance about this.
By Syfer in forum Advanced JavaReplies: 38Last Post: 06-21-2010, 05:59 PM -
Looking for assistance
By s_dawg101 in forum New To JavaReplies: 32Last Post: 11-04-2009, 02:49 AM -
Help im a noob.. a super noob on java..
By critdevil in forum New To JavaReplies: 12Last Post: 03-07-2009, 03:17 AM -
In need of some assistance
By Boer84 in forum New To JavaReplies: 2Last Post: 07-08-2008, 04:14 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks