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 ONLY
In your Ubuntu VM do the following: 1) Create a folder called pgm1 2) Move into the pgm1 folder 3) Using a linux editor ONLY create a Java program named: your last name + first letter of your first name + ubuntuPgm1.java example robinsonMubuntuPgm1.java In the above program, from the main method call a new method named: processUbuntu passing your name, and the number 2019.1 4) At the processUbuntu method, using System.out.printf display the accepted data, in two rows. On the first row display the first data field, and on the second row display the second accepted data field, using 10 spaces for the integer part and 5 spaces for the decimal part of the number.
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