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. )
};
Project chapter 1;
public class integers And Strings { public static void main (Strings[] args) { int x = 10; String y = ("A sentence.");
};