Results 1 to 4 of 4
Thread: Creating a second method in java
- 04-09-2011, 03:09 PM #1
Member
- Join Date
- Mar 2011
- Posts
- 48
- Rep Power
- 0
Creating a second method in java
how would I make this work? I'm not allowed to go over 80 characters per line, so I dont really know how I will make all of this fit. I can't do it like a println and just + everything, like I just now found out.Java Code:public static int readGroup(Scannner scan, boolean DEBUG, + double[] gpaArr, + String SENT, double minGpaAll, + double maxGpaAll + DecimalFormat fmt) {
Please, and thank you.
-
Just use the commas to separate the parameters and get rid of the "+" signs.
- 04-09-2011, 03:12 PM #3
So You don't point what you want to make.
Where did you find this syntax?Skype: petrarsentev
http://TrackStudio.com
- 04-09-2011, 05:49 PM #4
Member
- Join Date
- Mar 2011
- Posts
- 48
- Rep Power
- 0
Similar Threads
-
Creating a 'turn' method
By StateofMind in forum New To JavaReplies: 6Last Post: 11-27-2012, 10:36 AM -
Creating a main method?
By Brainz in forum New To JavaReplies: 12Last Post: 11-16-2010, 10:56 AM -
Which method is best for creating Threads?
By makpandian in forum Threads and SynchronizationReplies: 11Last Post: 06-08-2009, 08:00 AM -
Creating a GUI - which method
By matpj in forum New To JavaReplies: 3Last Post: 01-15-2009, 04:40 PM -
Creating a new equals() method help
By Dave0703 in forum New To JavaReplies: 2Last Post: 09-21-2008, 05:32 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks