Run »
×
Change Orientation
public class Main { public static void main(String[] args) { String firstName = "John "; String lastName = "Doe"; String fullName = firstName + lastName; System.out.println(fullName); } }
John Doe
×
Report a Problem:
Your E-mail:
Page address:
Description:
Submit