Question: Problem 3 (3 points) - Problem Statement Write a Java program named Example1_3 that displays your first name and last name using the print() method

Problem 3 (3 points) - Problem Statement Write a Java program named Example1_3 that displays your first name and last name using the print() method (notice that this is not the println() method). Your code is to be written in the following way: Once inside method main, on the next line following the open brace for method main, write an output statement using method print() to display your first name. Move the cursor down one line and immediately beneath the statement for your first name, again use method print() to display your last name. Sample Output KenSotak
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
