Thread
:
Help with variables in java
View Single Post
#
2
(
permalink
)
08-06-2007, 08:51 AM
hardwired
Senior Member
Join Date: Jul 2007
Posts: 1,222
Code:
String input = reader.readLine(); String s = "hello world"; input = s;
hardwired
View Public Profile
Send a private message to hardwired
Find all posts by hardwired