Using printf only, create a Java program named:
your last name + first letter of your first name + ubuntuPgm1.java
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
1) Using System.out.printf in a separate line, display the name of the editor you are using to write your program.
2) Using System.out.printf in a separate line, display the command to save and continue writing your program.
3) Using System.out.printf in a separate line, display the command to exit your editor without saving your program.
4) In 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.