@sandrarchild
Code Warrior
Nothing here yet.
Nothing here yet.
No blogs yet.
I found this on the Internet:- class M{public static void main(String[]a){System.out.print(new char[] {'H','e','l','l','o',' ','W','o','r','l','d','!'});}} This code prints Hello World! onto the screen. Clearly it can be seen public static void mai...