L2.1: Strings

PHOTO EMBED

Tue Oct 17 2023 07:13:16 GMT+0000 (Coordinated Universal Time)

Saved by @testpro #java

public class Main {
    public static void main(String[] args) {

        String myFirstString = "Hello Test Pro Student!";

        System.out.println(myFirstString);
    }
}
// Output: Hello Test Pro Student!
content_copyCOPY