ConradMare890317 / Java_OCP1_v2.0

Java_OCP1. ( Second version, folders/ files arranged, code layout/ readability organized )
0 stars 0 forks source link

Done with VScode om my smart phone ... WHAT A MISSION! LOL #1

Open ConradMare890317 opened 2 years ago

ConradMare890317 commented 2 years ago

Project chapter 1;

public class integers And Strings { public static void main (Strings[] args) { int x = 10; String y = ("A sentence.");

   System.out.print.ln();

   Sysyem.out.println("The integer combined in a sentence will look like this. This number of x is: " + x + " and y will shall be: " + y. )
};

};

ConradMare890317 commented 2 years ago

Still can't figure out why the javadoc isn't compiling... Muuuuuuch easier with a pc thought, LOL!!!