Question: 1) Create a folder called pgm1 2) Using a LINUX EDITOR, in your pgm1 folder, create a Java program named: Your lastName, firstLetterOfYourFirstName, pgm1U.java that
1) Create a folder called pgm1 2) Using a LINUX EDITOR, in your pgm1 folder, create a Java program named: Your lastName, firstLetterOfYourFirstName, pgm1U.java that will do the following: Start here 3) From your program's main method, passing your name, call a new method named: processUbuntu 4) At the processUbuntu method, call a new method named printMyUbuntuName, passing the data received from the main method 5) At the printMyUbuntuName method display the data received from the processUbuntu method using the "System.out.printf" java method.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
