Results 21 to 23 of 23
Thread: Help with String I/O
- 09-01-2010, 03:38 AM #21
Member
- Join Date
- Sep 2010
- Posts
- 56
- Rep Power
- 0
- 09-01-2010, 03:44 AM #22
Member
- Join Date
- May 2010
- Posts
- 14
- Rep Power
- 0
change your code :
to become :Java Code:s1 = reader.nextLine();
Java Code:s1 = reader.next();
- 09-01-2010, 12:58 PM #23
Similar Threads
-
The constructor Person(String, String, Date) is undefined
By fh84 in forum New To JavaReplies: 7Last Post: 11-03-2009, 02:18 AM -
combine string[] into string like perl's join function
By tekberg in forum Advanced JavaReplies: 9Last Post: 02-23-2009, 01:05 PM -
Let eclipse warn about a semicolon after an if statement and string == string?
By foobar.fighter in forum EclipseReplies: 5Last Post: 01-11-2009, 10:12 AM -
Using java.util.Scanner to search for a String in a String
By Java Tip in forum Java TipReplies: 0Last Post: 11-20-2007, 04:59 PM -
I can't seem to pass the value of a string variable into a string array
By mathias in forum Java AppletsReplies: 1Last Post: 08-03-2007, 10:52 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks