Answered step by step
Verified Expert Solution
Question
1 Approved Answer
JAVA please follow the rubrics/instructions. - Please read through the assignment before coding. - Here is the java shell for you to fill in: PrintTennessee.java
JAVA please follow the rubrics/instructions.
- Please read through the assignment before coding. - Here is the java shell for you to fill in: PrintTennessee.java - follow the following steps download the PrintTennessee.java open the file change the "public class PrintTennessee" to "public class TennesseeYourLastName". for example my program would be "public class Tennesseef name save the file with the name TennesseeYourLastName.java compile the code start filling in each method - You only need to upload the .java file and not the .class file Objective In this assignment you will be practicing breaking down a problem into smaller problems, writing static methods for each smaller problem, calling the static methods in the main method to create the desired output. Problem Write a program to display the word TENNESSEE on the screen as shown below. Here is the sample output. A java shell has been provided for you to fill in with the required code. 1 1.type your name 2. type the date 3. add comment to describe what this program is doing 4. provide your grade with an explanation */ //remove all my comments and provide your own before submitting your code incldui this line public class PrintTennessee \{ public static void main(String[] args) \{ I/your code, call other methods you wrote to create the output add block commnet here*/ public static void printDoubleT() // should display two T side by side \{ I/your code / add block commnet here / public static void printDoubleE()// should display 2 E side by side \{ l/your code \} / add block commnet here*/ public static void printDoubleN()//should display 2N side by side \{ / add block commnet here*/ public static void printDoubles()//should display 2 s side by side \{ \} \} Complete Grading Rubric (1) (2) Criteria Proper naming 5 pts Full Marks All the names follows the naming convention
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