Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In your Ubuntu VM do the following: 1) Create a folder called pgm1 2) Move into the pgm1 folder 3) Using a linux editor create
In your Ubuntu VM do the following: 1) Create a folder called pgm1 2) Move into the pgm1 folder 3) Using a linux editor create a Java program that from the main method will call a new method named: processUbuntu 4) At the processUbunt method, call another new method named printMyUbuntuName passing your name. 5) At the printMyUbuntuName method display the data received from the processUbuntu method using the "System.out.printf" java command In your Windows VM do the following: 1) Create a folder called pgm1 2) Move into the pgm1 folder 3) Using a windows editor create a Java program that from the main method will call two methods: 4) welcome and myNamels 5) At the welcome method display: Welcome to OS for IT, using the "System.out.printf" java method. 6) At the myNameIs method display your full name, using the "System.out.printf" java method
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started