Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

**ONLY ANSWER 8** 1) Create a folder called pgm1 2) Move into the pgm1 folder 3) Using a linux editor ONLY, create a Java program

**ONLY ANSWER 8**

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 At the top/beginning of the this program, totally aligned to the left, place the following documentation: /********************************************************************* Author : Your Name Course : Your OS Class Information and Semester. Professor : Michael Robinson Program # : Program Purpose/Description { A brief description of the program } Due Date : MM/DD/YYYY Certification: I hereby certify that this work is my own and none of it is the work of any other person. ..........{ your signature }.......... *********************************************************************/ In the above program, from the main method call a new method named: processUbuntu passing your name, the number 2021.99 and the word Fall 4) Using System.out.printf in a separate line display the name of the editor you are using to write your program. 5) Using System.out.printf in a separate line display the command to save and continue writting your program. 6) Using System.out.printf in a separate line display the command to exit your editor without saving your program. 7) At the processUbuntu method, using System.out.printf display the accepted data, in three rows. - On the first row display the first data field. - 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. - On the third row display the third field accepted in CAPITAL LETTERS ONLY. 8) Display 3 (three) benefits of VMs, leaving one empty row between each. 9) Display the major problem with VMs 

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Data And Databases

Authors: Jeff Mapua

1st Edition

1978502257, 978-1978502253

More Books

Students also viewed these Databases questions

Question

What is DDL?

Answered: 1 week ago