- Forum: Coding and Programming
- Thread: Why wont this work? :(
I just realized the second way to do it is:
Code:
class Test {
public static void main(String[] arguments) {
String test = "This is a test.";
String change = test.toUpperCase();
...