Question: using only exit characters like n Keep true of the dreams of your EEEEEEEEEE E EEEEEEEEEE EEEEEEEEEE E EEEEEEEEEE EEEEEEEEEE E EEEEEEEEEE E EEEEEEEEEE
using only exit characters like n Keep true of the dreams of your
EEEEEEEEEE
E
EEEEEEEEEE
EEEEEEEEEE
E
EEEEEEEEEE
EEEEEEEEEE
E
EEEEEEEEEE
E
EEEEEEEEEE
Winner live in the present
EEEEEEEEEE
E
EEEEEEEEEE
E
EEEEEEEEEE
EEEEEEEEEE
E
EEEEEEEEEE
E
EEEEEEEEE
tableSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
EEEEEEEEE
E
EEEEEEEEE
E
EEEEEEEEE
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 words TEEN and TENESE on the screen as shown below.
Requirements
You need to break down the problem into smaller problems and write a static method for each smaller
problem. In order to break down the problem into smaller pieces you need to
Your output must match the given output
identify the letters: T E N S
Write a method to display each of these letters. refer to the output
No repeated code should appear in your program
you must have a total of methods
main method
A method to call the other methods to display TEEN
A method to call other methods to display TENSE
a method to display T T
a method to display E E
a method to display N N
a method to display S S
include block comments at the top of your program with your name, description of the program,
and the date the program was written.
Include a selfgrade at the top of your code
include block comments before each method describing in one line what the method does.
Choose meaningful names for your class name and the method names.
Feel free to be creative, however you need to generate the given output.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
