My professor has no resources on how to do this on his hub online i just need help doing this im new to coding
im using mac os
this is for java
yes this is for homework
im using cloudshell
my initials are EEP
DESCRIPTION: Write a program that outputs an empty rectangle made of asterisks that is 5 characters across and 4 characters down.
SPECIFICATIONS:
File name: Initials.java.
The starter code has been provided for this lab.
The code to print the initials should be in a separate method that is called by the main method.
The only acceptable characters to be displayed are letters or asterisks.
Students must use their own initials!
Each initial must consist of
exactly 7 lines of text consisting of
exactly 7 characters of either spaces or either the letter (corresponding to the initial) or asterisks.
Each line must consist of
exactly 3 initials,
exactly 23 characters: 7 characters per letter with one space separating the initials.
NOTE:
Highlight the 'Sample Output' by dragging over the characters with the left mouse button depressed. Observe that many lines end with 1 or more space-characters! Though a space-character may seem unnecessary, CodeGrade will be checking that each line consists of 23 characters: letters, asterisks, and space-characters!